summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2011-04-22 12:54:25 -0400
committerChad Kieffer <ckieffer@gmail.com>2011-04-22 12:54:25 -0400
commit7deed8654549690ec7d5c7d9dd5ad479d9f0fdd8 (patch)
treed08e7d852542c7659e8d93567510e6b027e9f44b /modules/gallery/helpers
parent3bce5d00eef5cd6c255ab63bd7391de4557a1784 (diff)
Removed incomplete jquery carousel code
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r--modules/gallery/helpers/gallery_theme.php3
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");