summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-14 11:06:30 -0700
committerAndrew Dolgov <[email protected]>2013-05-14 11:06:30 -0700
commitfc0094d5f16c59b975c47da65a83dda25a7025e2 (patch)
tree34fcc4e94cd26f8fbf4f3b534dc1e51ff8d9c1ec
parent32d0ccb87d31e68fc1c411148ca6cee874791218 (diff)
parentc8d3fd5b180eae96f9df4cab944d4d7b5fc5bcb1 (diff)
Merge pull request #189 from gitawego/patch-1
@FIXED dijit modules aren't cached in compressed mode
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 29b8b173d..c43d2db4a 100644
--- a/index.php
+++ b/index.php
@@ -87,7 +87,6 @@
foreach (array("lib/prototype.js",
"lib/scriptaculous/scriptaculous.js?load=effects,dragdrop,controls",
"lib/dojo/dojo.js",
- "lib/dijit/dijit.js",
"lib/dojo/tt-rss-layer.js",
"errors.php?mode=js") as $jsfile) {
@@ -96,6 +95,7 @@
} ?>
<script type="text/javascript">
+ require({cache:{}});
<?php
require 'lib/jshrink/Minifier.php';