Browse Source

Update Sidebar.vue

Daniel Supernault 11 months ago
parent
commit
94373e3ea7
1 changed files with 0 additions and 9 deletions
  1. 0 9
      resources/assets/components/groups/sections/Sidebar.vue

+ 0 - 9
resources/assets/components/groups/sections/Sidebar.vue

@@ -146,15 +146,6 @@
                 this.searchQuery = input;
                 this.searchQuery = input;
                 // this.tab = 'searchresults';
                 // 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('#')) {
                 if(input.startsWith('#')) {
                     this.$bvToast.toast(input, {
                     this.$bvToast.toast(input, {
                         title: 'Hashtag detected',
                         title: 'Hashtag detected',