Update Sidebar.vue

groups
Daniel Supernault 2024-07-23 01:30:48 -06:00
rodzic 56f02fde79
commit 94373e3ea7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 23740873EE6F76A1
1 zmienionych plików z 0 dodań i 9 usunięć

Wyświetl plik

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