const fix

This commit is contained in:
Matteo Gheza 2021-02-24 23:17:01 +01:00
parent edefc6d64b
commit 51aa7aeec4
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ if(installServiceWorker){
var offline = false;
var loadTable_interval = undefined;
var old_data = "null";
const table_engine = "datatables";
var table_engine = "datatables";
if ('connection' in navigator && navigator.connection.saveData) {
table_engine = "default";
}