diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-04-26 21:01:58 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-04-26 21:01:58 -0700 |
commit | 77875e2fab86c9fc74c775545cd7df6b9a0fbc40 (patch) | |
tree | f20f2d7def7caaa27c04277dc2a5601b50cf64e0 | |
parent | 466b24307c4ac827cd4075a07a5fff567b6f4093 (diff) |
Include jquery.scrollTo.js. Fixes #1720.
-rw-r--r-- | themes/admin_wind/views/admin.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php index 65473e57..e19c6aeb 100644 --- a/themes/admin_wind/views/admin.html.php +++ b/themes/admin_wind/views/admin.html.php @@ -29,6 +29,7 @@ <?= $theme->script("gallery.ajax.js") ?> <?= $theme->script("gallery.dialog.js") ?> <?= $theme->script("superfish/js/superfish.js") ?> + <?= $theme->script("jquery.scrollTo.js") ?> <?= $theme->admin_head() ?> |