* adjust editor page of height.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$(function()
|
||||
{
|
||||
var showHeight = $(window).height() - $('#header').height() - $('#footer').height() - $('#hiddenwin').height();
|
||||
var showHeight = $(window).height() - $('#header').height() - $('#footer').height() - 20;
|
||||
$('#editWin').height(showHeight);
|
||||
$('#extendWin').height(showHeight);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user