Update Sidebar.vue

This commit is contained in:
Daniel Supernault 2024-07-23 01:30:48 -06:00
parent 56f02fde79
commit 94373e3ea7
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -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',