* move the setContentHeight() to footer.html.php to make sure excuted last.
This commit is contained in:
@@ -15,7 +15,10 @@
|
||||
</table>
|
||||
</div>
|
||||
<script laguage='Javascript'>
|
||||
$().ready(function(){setDebugWin('white')})
|
||||
$().ready(function(){
|
||||
setDebugWin('white');
|
||||
setContentHeight();
|
||||
})
|
||||
<?php if(isset($pageJS)) echo $pageJS;?>
|
||||
</script>
|
||||
<?php
|
||||
|
||||
@@ -789,7 +789,6 @@ $(document).ready(function()
|
||||
setProductListLink();
|
||||
setProjectListLink();
|
||||
setExport();
|
||||
setContentHeight();
|
||||
autoCheck();
|
||||
togglesearch();
|
||||
saveWindowSize();
|
||||
|
||||
Reference in New Issue
Block a user