summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_sidebar_blocks.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/views/admin_sidebar_blocks.html.php')
-rw-r--r--modules/gallery/views/admin_sidebar_blocks.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_sidebar_blocks.html.php b/modules/gallery/views/admin_sidebar_blocks.html.php
index a1a71743..48aa3f05 100644
--- a/modules/gallery/views/admin_sidebar_blocks.html.php
+++ b/modules/gallery/views/admin_sidebar_blocks.html.php
@@ -1,5 +1,5 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<? foreach ($blocks as $ref => $text): ?>
-<li class="gDraggable" ref="<?= $ref ?>"><?= $text ?></li>
+<li class="g-draggable" ref="<?= $ref ?>"><?= $text ?></li>
<? endforeach ?>