From a517d9a33a47a2308cec1c9bfb1138abf181a909 Mon Sep 17 00:00:00 2001 From: shadlaws Date: Mon, 4 Mar 2013 23:44:50 +0100 Subject: Follow-on to #2033 - Change variables and js script loading for Flash Flowplayer. - changed movie_img event variable names to have "flash" in them. - moved flowplayer.js loading from page.html.php to movieplayer-flash. - removed conditional loading for small, photo-specific JS files in page.html.php to keep combined JS consistent between page types (better for caching). --- themes/wind/views/page.html.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'themes') diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 898b499d..1bb329df 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -50,14 +50,8 @@ script("gallery.dialog.js") ?> script("superfish/js/superfish.js") ?> script("jquery.localscroll.js") ?> - - - page_subtype == "photo"): ?> script("jquery.scrollTo.js") ?> script("gallery.show_full_size.js") ?> - page_subtype == "movie"): ?> - script("flowplayer-flash/flowplayer.js") ?> - head() ?> -- cgit v1.2.3