diff options
author | Evan Winslow <evan.b.winslow@gmail.com> | 2010-08-04 08:13:54 +0000 |
---|---|---|
committer | Evan Winslow <evan.b.winslow@gmail.com> | 2010-08-04 08:13:54 +0000 |
commit | 73d0be2e63fdeed67193e1e89c859a09468a3c4d (patch) | |
tree | 20beabc65d4bf96f58fbb9e70d6887bf050d466a | |
parent | 9ab7cf5f022c699b3ebcb5fc2d11e30f24beb802 (diff) | |
download | elgg-73d0be2e63fdeed67193e1e89c859a09468a3c4d.tar.gz elgg-73d0be2e63fdeed67193e1e89c859a09468a3c4d.tar.bz2 |
Updating cache manifest to match external js includes exactly
-rw-r--r-- | cache.manifest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cache.manifest.php b/cache.manifest.php index db963aeef..4d002efaa 100644 --- a/cache.manifest.php +++ b/cache.manifest.php @@ -21,8 +21,8 @@ CACHE: {$CONFIG->url}vendors/jquery/jquery-ui-1.7.2.min.js
{$CONFIG->url}vendors/jquery/jquery.form.js
{$CONFIG->url}vendors/jquery/jquery.easing.1.3.packed.js
-{$CONFIG->url}_css/js.php?js=initialise_elgg&viewtype=$viewtype&lastcache={$CONFIG->lastcache}
-{$CONFIG->url}_css/js.php?js=friendsPickerv1&viewtype=$viewtype&lastcache={$CONFIG->lastcache}
+{$CONFIG->url}_css/js.php?lastcache={$CONFIG->lastcache}&js=initialise_elgg&viewtype=$viewtype
+{$CONFIG->url}_css/js.php?lastcache={$CONFIG->lastcache}&js=friendsPickerv1&viewtype=$viewtype
NETWORK:
*
|