10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2025-01-14 06:46:05 +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") $(sel_ref).trigger("change")
} }
async function submitdat() { async function submitdat() {
if (!DebugMode.Enabled) {
window.onbeforeunload = () => { return ''; } window.onbeforeunload = () => { return ''; }
}
await reloadContent(); await reloadContent();
} }
</script> </script>