From 8ee3b4ccb16c1c68de4aa03cd8a8087610ea880d Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 9 Jan 2015 16:21:32 +0000 Subject: [PATCH] Remove commented code from previous commit --- etemplate/js/etemplate2.js | 1 - 1 file changed, 1 deletion(-) diff --git a/etemplate/js/etemplate2.js b/etemplate/js/etemplate2.js index 91f6cbf07c..9200940551 100644 --- a/etemplate/js/etemplate2.js +++ b/etemplate/js/etemplate2.js @@ -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;