On the way to multi-tabs support
[vchess.git] / client / src / main.js
index 9d2e73d..06b050b 100644 (file)
@@ -22,9 +22,6 @@ new Vue({
         });
       }
     });
-    // TODO: why is this wrong? (Maybe because $route still uninitialized?)
-    //store.initialize(this.$route.path);
-    store.initialize(window.location.href.split("#")[1].split("?")[0]);
-    // NOTE: at this point, variants and tr(anslations) might be uninitialized
+    store.initialize();
   },
 }).$mount("#app");