diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-02-14 11:44:19 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-14 11:44:19 -0800 |
commit | c345bb7de5d20a0af7e87020301e2947e977c9c7 (patch) | |
tree | 0da250048de0fa27a161d41af1b471d6c3c92703 /themes | |
parent | 6e8a647d0b8de137b24fd604eb6c8ba70457be3c (diff) | |
parent | 6395c518f012f15b1c0cf9c39baeef682c7c6db6 (diff) |
Merge pull request #140 from shadlaws/jquery_19_libs_followon
Changing 2 library names back to (less-standardized) original names.
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 2cc9227c..23021e4d 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -37,7 +37,7 @@ <? endif ?> <? endif ?> - <?= $theme->script("json2.js") ?> + <?= $theme->script("json2-min.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"): ?> |