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:
Tim Almdal
2009-08-07 17:07:04 -07:00
parent 85d07d0f90
commit 7b0ea229b8
3 changed files with 14 additions and 14 deletions

View File

@@ -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>