diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/views/admin_graphics.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/views/admin_graphics.html.php b/modules/gallery/views/admin_graphics.html.php index f64c7f80..f4c300ae 100644 --- a/modules/gallery/views/admin_graphics.html.php +++ b/modules/gallery/views/admin_graphics.html.php @@ -1,6 +1,7 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <script type="text/javascript"> $(document).ready(function() { + $(".gAvailable .gBlock").equal_heights(); select_toolkit = function(el) { if (!$(this).hasClass("gUnavailable")) { window.location = <?= html::js_string(url::site("admin/graphics/choose/__TK__?csrf=$csrf")) ?> |