alert weggehaald
svn path=/Website/trunk/; revision=31998
This commit is contained in:
@@ -650,7 +650,6 @@ var FcltMgr =
|
|||||||
// Omdat onze <iframe> de dialog *is* hoeven we die schijnbaar niet afzonderlijk te zetten?
|
// Omdat onze <iframe> de dialog *is* hoeven we die schijnbaar niet afzonderlijk te zetten?
|
||||||
// $(frm).height(newHeight + 200);
|
// $(frm).height(newHeight + 200);
|
||||||
var setHeight = newHeight + dialogborderHeight + 20;
|
var setHeight = newHeight + dialogborderHeight + 20;
|
||||||
FcltMgr.alert("N: " + newHeight + "\nD: " + dialogborderHeight + "\nS: " + setHeight);
|
|
||||||
$('iframe#fcltmodal'+FcltMgr._modalCount).dialog('option', 'height', setHeight);
|
$('iframe#fcltmodal'+FcltMgr._modalCount).dialog('option', 'height', setHeight);
|
||||||
var newHeight2 = Math.min(frmcontent.outerHeight(), $(window).height()-100);
|
var newHeight2 = Math.min(frmcontent.outerHeight(), $(window).height()-100);
|
||||||
if (newHeight2 > newHeight) // Gebeurde in FireFox wel eens
|
if (newHeight2 > newHeight) // Gebeurde in FireFox wel eens
|
||||||
|
|||||||
Reference in New Issue
Block a user