diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/views/admin_sidebar.html.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gallery/views/admin_sidebar.html.php b/modules/gallery/views/admin_sidebar.html.php index ea950b54..030dfdce 100644 --- a/modules/gallery/views/admin_sidebar.html.php +++ b/modules/gallery/views/admin_sidebar.html.php @@ -1,5 +1,9 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <script type="text/javascript"> + $(document).ready(function(){ + $(".g-blocks-list").equal_heights(); + }); + $(function() { $(".g-blocks-list ul").sortable({ connectWith: ".g-sortable-blocks", |