Closed theprimstore closed 9 years ago
Fix it on line 417
function iframeReady() {
$(this)
.parent()
.find('div' + tmpModalContent)
.fadeOut(function () {
$(this).remove();
});
return execute();
}
replace with
function iframeReady() {
$(this)
.parent()
.find('div.modal-body')
.fadeOut(function () {
$(this).remove();
});
return execute();
}
Replaced by:
function iframeReady() { $(this) .parent() .find('div.' + tmpModalContent) .fadeOut(function () { $(this).remove(); });
return execute();
}
Thanks.
Hi
i try click on demo iframe have problem loading not hide