diff options
Diffstat (limited to 'themes/wind')
| -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"): ?> | 
