Iframes bekommen Ladenachricht, dass User nicht versehentlich nerulädt.
This commit is contained in:
@@ -387,7 +387,11 @@
|
||||
function goBack()
|
||||
{
|
||||
window.history.back()
|
||||
}
|
||||
}
|
||||
$('iframe').load(function () {
|
||||
$(".loading").remove();
|
||||
alert("iframe is done loading")
|
||||
}).show()
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user