mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
derp fix generic google search with colons
This commit is contained in:
parent
651f113779
commit
d9436712dd
1 changed files with 1 additions and 1 deletions
|
|
@ -133,8 +133,8 @@
|
|||
Cmdr.searchHelp.style.height = Math.ceil(Cmdr.commands.length / 2) + 'rem';
|
||||
Cmdr.searchText.value = '';
|
||||
} else {
|
||||
q = q.split(':');
|
||||
Cmdr.location = Cmdr.default + encodeURIComponent(q);
|
||||
q = q.split(':');
|
||||
|
||||
Cmdr.commands.forEach(function(command) {
|
||||
if (q[0] === command.key) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue