mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
Fix sidebar block admin layout. Don't hardcode block list height, use the equal_heights() function to set it.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user