From 6395c518f012f15b1c0cf9c39baeef682c7c6db6 Mon Sep 17 00:00:00 2001 From: shadlaws Date: Tue, 12 Feb 2013 23:14:46 +0100 Subject: 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 --- themes/wind/views/page.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') 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 @@ - script("json2.js") ?> + script("json2-min.js") ?> script("jquery.js") ?> script("jquery.form.js") ?> script("jquery-ui.js") ?> @@ -49,7 +49,7 @@ script("gallery.ajax.js") ?> script("gallery.dialog.js") ?> script("superfish/js/superfish.js") ?> - script("jquery.localScroll.js") ?> + script("jquery.localscroll.js") ?> page_subtype == "photo"): ?> -- cgit v1.2.3