summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_graphics.html.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-09-29 23:21:08 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-09-29 23:21:08 -0600
commitfbb6a86f94deba1c2a65e7371be210fe4520351e (patch)
tree84bfafb08fac3aa856c6b44628a0b760a175992a /modules/gallery/views/admin_graphics.html.php
parent3ea3a4325e91f9176eaf0d00e5e078c7e258c5cc (diff)
Set available graphics block heights with gallery.equal_heights().
Diffstat (limited to 'modules/gallery/views/admin_graphics.html.php')
-rw-r--r--modules/gallery/views/admin_graphics.html.php1
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")) ?>