From 94373e3ea7cdae104b257c40db9b3f6cc111ee65 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 23 Jul 2024 01:30:48 -0600 Subject: [PATCH] Update Sidebar.vue --- resources/assets/components/groups/sections/Sidebar.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/resources/assets/components/groups/sections/Sidebar.vue b/resources/assets/components/groups/sections/Sidebar.vue index a59c58184..7b6326b52 100644 --- a/resources/assets/components/groups/sections/Sidebar.vue +++ b/resources/assets/components/groups/sections/Sidebar.vue @@ -146,15 +146,6 @@ this.searchQuery = input; // this.tab = 'searchresults'; - if(input.startsWith('http')) { - let url = new URL(input); - if(url.hostname == location.hostname) { - location.href = input; - return []; - } - return []; - } - if(input.startsWith('#')) { this.$bvToast.toast(input, { title: 'Hashtag detected',