forked from sent/waves
Update public/assets/js/$.js
This commit is contained in:
parent
dd83ec83b7
commit
ad1d2b4515
|
@ -246,7 +246,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||||
if (u.hostname.includes('.')) return u.toString();
|
if (u.hostname.includes('.')) return u.toString();
|
||||||
} catch {}
|
} catch {}
|
||||||
}
|
}
|
||||||
return `https://search.brave.com/search?q=${encodeURIComponent(query)}`;
|
return `https://duckduckgo.com/search?q=${encodeURIComponent(query)}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function showToast(message, type = 'success', iconType = 'check') {
|
function showToast(message, type = 'success', iconType = 'check') {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user