1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-21 10:25:58 +01:00

changed '|' to ', ' as a url separator

This commit is contained in:
Martin Stubenschrott
2007-07-04 13:32:34 +00:00
parent 384d359749
commit 5775aaaff5
4 changed files with 7 additions and 4 deletions

View File

@@ -466,6 +466,7 @@ function Events() //{{{
// return false;
// vimperator.logObject(event);
var key = event.toString()
// alert(key);
if (!key)
return false;
// event.stopPropagation();