mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-21 00:49:55 -04:00
Set available graphics block heights with gallery.equal_heights().
This commit is contained in:
@@ -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")) ?>
|
||||
|
||||
Reference in New Issue
Block a user