diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2011-04-22 12:54:25 -0400 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2011-04-22 12:54:25 -0400 |
commit | 7deed8654549690ec7d5c7d9dd5ad479d9f0fdd8 (patch) | |
tree | d08e7d852542c7659e8d93567510e6b027e9f44b | |
parent | 3bce5d00eef5cd6c255ab63bd7391de4557a1784 (diff) |
Removed incomplete jquery carousel code
-rw-r--r-- | modules/gallery/helpers/gallery_theme.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/gallery/helpers/gallery_theme.php b/modules/gallery/helpers/gallery_theme.php index aa3fb7bb..e07839d9 100644 --- a/modules/gallery/helpers/gallery_theme.php +++ b/modules/gallery/helpers/gallery_theme.php @@ -60,9 +60,6 @@ class gallery_theme_Core { if ($session->get("debug")) { $buf .= $theme->css("debug.css"); } - if (in_array(URI::instance()->segment(1), array("admin", "admin/dashboard"))) { - $buf .= $theme->script("jquery.jcarousel.min.js"); - } if ($session->get("l10n_mode", false)) { $buf .= $theme->css("l10n_client.css"); |