diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 07:37:14 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-30 07:37:14 -0700 |
| commit | a2108787257739a83708ea5c3bc21bd11e6dad17 (patch) | |
| tree | dfa84fb573e7c4285089f6b201b2c1cda9ea2683 /modules/gallery/views/admin_graphics.html.php | |
| parent | 60d35b89929d9029c794f72d6a9c38b676e282f6 (diff) | |
| parent | 72672bda39b76dae698805c3e0e6efdbdcf21105 (diff) | |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/views/admin_graphics.html.php')
| -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")) ?> |
