diff options
author | shadlaws <shad@shadlaws.com> | 2013-02-12 23:14:46 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2013-02-12 23:14:46 +0100 |
commit | 6395c518f012f15b1c0cf9c39baeef682c7c6db6 (patch) | |
tree | 0da250048de0fa27a161d41af1b471d6c3c92703 /themes | |
parent | 6e8a647d0b8de137b24fd604eb6c8ba70457be3c (diff) |
Changing 2 library names back to (less-standardized) original names.
json2.js -> json2-min.js ; jquery.localScroll.js -> jquery.localscroll.js
While this is irrelevant for Wind, changing the filenames back to what we used
to have ensures that we don't break contributed themes.
--HG--
rename : lib/jquery.localScroll.js => lib/jquery.localscroll.js
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"): ?> |