Files
EasySoft-ZenTaoPMS/module/editor/js/index.js
2011-07-07 07:43:15 +00:00

7 lines
188 B
JavaScript

$(function()
{
var showHeight = $(window).height() - $('#header').height() - $('#footer').height() - 20;
$('#editWin').height(showHeight);
$('#extendWin').height(showHeight);
});