10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-11-04 21:24:00 +01:00

Merge branch 'master' into ADC

This commit is contained in:
Mickaël Véril 2020-08-06 18:57:37 +02:00
commit 8c4392400e

View File

@ -561,7 +561,9 @@ draft: false
$(sel_ref).trigger("change")
}
async function submitdat() {
window.onbeforeunload = () => { return ''; }
if (!DebugMode.Enabled) {
window.onbeforeunload = () => { return ''; }
}
await reloadContent();
}
</script>