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

Delete duplicate processingIndicator.isActive property assignment

This commit is contained in:
Mickaël Véril 2019-12-09 14:55:04 +01:00
parent 3b88d7c626
commit 9c9812d72a

View File

@ -268,7 +268,6 @@ draft: false
}).text("Go to file")).appendTo(row)
$(dtb).append(row)
}
processingIndicator.isActive = true
await reloadStat()
}
</script>