10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00

Fix duplicate lines of code

This commit is contained in:
Mickaël Véril 2020-09-03 17:15:58 +02:00
parent 461e2f8340
commit 8223e9928a

View File

@ -610,8 +610,6 @@ draft: false
async function submitdat() {
if (!DebugMode.Enabled) {
window.onbeforeunload = () => { return ''; }
window.onbeforeunload = () => { return ''; }
window.onbeforeunload = () => { return ''; }
}
await reloadContent();
}