From 41a0886898bd51b9b2340d64e46f4bda34daf960 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Thu, 9 May 2013 00:41:51 -0400 Subject: [PATCH] Cache bust. --- media/js/src/application.min.js | 2 +- templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media/js/src/application.min.js b/media/js/src/application.min.js index 33bfc56..a3dfa89 100644 --- a/media/js/src/application.min.js +++ b/media/js/src/application.min.js @@ -1,3 +1,3 @@ var snipt={module:function(){var modules={};return function(name){if(modules[name]){return modules[name];} -return modules[name]={};};}()};jQuery(function($){var SiteView=snipt.module('site').SiteView;window.site=new SiteView();});(function(){if(typeof angular!=='undefined'){var root=this;var app=angular.module('Snipt',[],function($locationProvider){$locationProvider.html5Mode(true);});app.config(function($interpolateProvider){$interpolateProvider.startSymbol('[[');$interpolateProvider.endSymbol(']]');});root.app=app;}}).call(this); \ No newline at end of file +return modules[name]={};};}()};jQuery(function($){var SiteView=snipt.module('site').SiteView;window.site=new SiteView();});(function(){if(typeof angular!=='undefined'){var root=this;var app=angular.module('Snipt',[],function($locationProvider){$locationProvider.html5Mode(true);});app.config(function($interpolateProvider){$interpolateProvider.startSymbol('((');$interpolateProvider.endSymbol('))');});root.app=app;}}).call(this); \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index e4cd8c9..ea95beb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -385,7 +385,7 @@ {% else %} - + {% endif %} {% block inline-js %}