diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 83193bb3..ccfcbe2d 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -9,15 +9,7 @@ __webpack_public_path__ = window.FileBrowser.StaticURL + "/"; export default { name: "app", - computed: { - }, - mounted() { - const loading = document.getElementById("loading"); - loading.classList.add("done"); - setTimeout(() => { - loading.parentNode.removeChild(loading); - }, 200); - }, + computed: {}, }; diff --git a/frontend/src/components/Search.vue b/frontend/src/components/Search.vue index 151bb814..b5a61ede 100644 --- a/frontend/src/components/Search.vue +++ b/frontend/src/components/Search.vue @@ -30,7 +30,7 @@
- Search Context: {{ getContext(this.$route.path) }} + Search Context: {{ this.searchContext }}
-
Search Context: {{ getContext(this.$route.path) }}
+
Search Context: {{ this.searchContext }}