mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
window.onbeforeunload only if not DebugMode
This commit is contained in:
parent
b1c5e04689
commit
3571ce4fad
@ -561,7 +561,9 @@ draft: false
|
||||
$(sel_ref).trigger("change")
|
||||
}
|
||||
async function submitdat() {
|
||||
if (!DebugMode.Enabled) {
|
||||
window.onbeforeunload = () => { return ''; }
|
||||
}
|
||||
await reloadContent();
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user