Iframes bekommen Ladenachricht, dass User nicht versehentlich nerulädt.

This commit is contained in:
ja
2022-01-28 16:10:33 +01:00
parent da01fd2e8b
commit 6522bb2f40
14 changed files with 3906 additions and 3863 deletions

View File

@@ -387,7 +387,11 @@
function goBack()
{
window.history.back()
}
}
$('iframe').load(function () {
$(".loading").remove();
alert("iframe is done loading")
}).show()
</script>
</head>