1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-11 03:05:51 +01:00

Add 'ambiguous' attribute to hints which can't be unambiguously typed.

This commit is contained in:
Kris Maglione
2011-05-11 13:49:37 -04:00
parent 8faa8a7113
commit 4a85962ccc
2 changed files with 33 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ var Buffer = Module("buffer", {
if (verbose)
for (let link in engines)
yield [link.title || /*L*/ "Engine " + n++,
<a xmlns={XHTML} href={link.href} onclick="window.external.AddSearchProvider(this.href); return false;">{link.href}</a>];
<a xmlns={XHTML} href={link.href} onclick="if (event.button == 0) { window.external.AddSearchProvider(this.href); return false; }">{link.href}</a>];
}
if (!verbose && nEngines)