- Fix MooDialog.Request.active is null

main
Paulo Gustavo Veiga 2012-09-08 14:32:43 -03:00
parent 0b0cb960f7
commit 861d265891
1 changed files with 3 additions and 1 deletions

View File

@ -28,8 +28,10 @@
$('download').setAttribute('value', context.formatType);
iframeForm.submit();
}
if (MooDialog.Request.active) {
MooDialog.Request.active.close();
}
}
});
$('cancelBtn').addEvent('click', function () {