mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 14:08:28 +01:00
Fix duplicate lines of code
This commit is contained in:
parent
461e2f8340
commit
8223e9928a
@ -610,8 +610,6 @@ draft: false
|
|||||||
async function submitdat() {
|
async function submitdat() {
|
||||||
if (!DebugMode.Enabled) {
|
if (!DebugMode.Enabled) {
|
||||||
window.onbeforeunload = () => { return ''; }
|
window.onbeforeunload = () => { return ''; }
|
||||||
window.onbeforeunload = () => { return ''; }
|
|
||||||
window.onbeforeunload = () => { return ''; }
|
|
||||||
}
|
}
|
||||||
await reloadContent();
|
await reloadContent();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user