* move the setContentHeight() to footer.html.php to make sure excuted last.

This commit is contained in:
wangchunsheng
2012-03-02 11:51:47 +00:00
parent 3e40a65ab3
commit 7325251f83
2 changed files with 4 additions and 2 deletions
+4 -1
View File
@@ -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
-1
View File
@@ -789,7 +789,6 @@ $(document).ready(function()
setProductListLink();
setProjectListLink();
setExport();
setContentHeight();
autoCheck();
togglesearch();
saveWindowSize();