diff --git a/front/deviceDetailsEdit.php b/front/deviceDetailsEdit.php index a3ebf405..fb827894 100755 --- a/front/deviceDetailsEdit.php +++ b/front/deviceDetailsEdit.php @@ -63,7 +63,11 @@ // some race condition, need to implement delay setTimeout(() => { - $.get('php/server/query_json.php', { file: 'table_settings.json', nocache: Date.now() }, function(res) { + $.get('php/server/query_json.php', { + file: 'table_settings.json', + // nocache: Date.now() + }, + function(res) { settingsData = res["data"]; diff --git a/front/network.php b/front/network.php index fd2ab907..9cb2e4c5 100755 --- a/front/network.php +++ b/front/network.php @@ -1,8 +1,6 @@