diff options
-rw-r--r-- | themes/wind/views/page.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 23021e4d..70a3b6a9 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -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"): ?> |