perf(web): improve tdbms.js

This commit is contained in:
2023-02-09 19:18:38 +03:00
parent 87404e34d3
commit cd6cae7316
2 changed files with 29 additions and 24 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
var db_name = localStorage["tfm_db_name"];
db_name = localStorage["tfm_db_name"];
if (db_name == null) {
location.href = "/tfm/settings";
}