alert weggehaald

svn path=/Website/trunk/; revision=31998
This commit is contained in:
2016-12-16 14:55:53 +00:00
parent 8114cc392e
commit 20b3131d48

View File

@@ -650,7 +650,6 @@ var FcltMgr =
// Omdat onze <iframe> de dialog *is* hoeven we die schijnbaar niet afzonderlijk te zetten?
// $(frm).height(newHeight + 200);
var setHeight = newHeight + dialogborderHeight + 20;
FcltMgr.alert("N: " + newHeight + "\nD: " + dialogborderHeight + "\nS: " + setHeight);
$('iframe#fcltmodal'+FcltMgr._modalCount).dialog('option', 'height', setHeight);
var newHeight2 = Math.min(frmcontent.outerHeight(), $(window).height()-100);
if (newHeight2 > newHeight) // Gebeurde in FireFox wel eens