mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
Make the organize dialog open properly in IE8, Chrome and FF. For some reason (probably a timing thing) the height of the contents was not being set correctly in FF. So we just hard code an estimate of the size of the Draw handle, and message areas.
This commit is contained in:
@@ -41,7 +41,5 @@
|
||||
|
||||
<script type="text/javascript" src="<?= url::file("modules/organize/js/organize.js") ?>"></script>
|
||||
<script type="text/javascript">
|
||||
setTimeout(function() {
|
||||
$.organize.init();
|
||||
}, 0);
|
||||
$("#gOrganize").ready($.organize.init);
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user