diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-02-12 09:22:38 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-12 09:22:38 -0800 |
commit | acf4aa01b9dc11febbe4f02be5c43ec905990d98 (patch) | |
tree | 8bb560954df5918b022b74bb690e608c44a0f2e8 /themes | |
parent | 3b87ed54c203badadd9223e6f9a12395c72160d7 (diff) | |
parent | c8a084d5f2584175d8b6be28646128552fea958e (diff) |
Merge pull request #136 from shadlaws/jquery_19_libs
Finished jQuery library updates, current for 2013/02/12.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/wind/views/page.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 23021e4d..2cc9227c 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -37,7 +37,7 @@ <? endif ?> <? endif ?> - <?= $theme->script("json2-min.js") ?> + <?= $theme->script("json2.js") ?> <?= $theme->script("jquery.js") ?> <?= $theme->script("jquery.form.js") ?> <?= $theme->script("jquery-ui.js") ?> @@ -49,7 +49,7 @@ <?= $theme->script("gallery.ajax.js") ?> <?= $theme->script("gallery.dialog.js") ?> <?= $theme->script("superfish/js/superfish.js") ?> - <?= $theme->script("jquery.localscroll.js") ?> + <?= $theme->script("jquery.localScroll.js") ?> <? /* These are page specific but they get combined */ ?> <? if ($theme->page_subtype == "photo"): ?> |