mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Remove commented code from previous commit
This commit is contained in:
parent
607677d9e7
commit
8ee3b4ccb1
@ -128,7 +128,6 @@ etemplate2.prototype.resize = function(e)
|
||||
|
||||
//Calculate the excess height
|
||||
excess_height = egw(window).is_popup()? $j(window).height() - $j('.et2_container').height() - appHeader.outerHeight()+11: false;
|
||||
//if (excess_height > 2 || excess_height > -2)
|
||||
// Recalculate excess height if the appheader is shown
|
||||
if (appHeader.length > 0 && appHeader.is(':visible')) excess_height -= appHeader.outerHeight()-9;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user