[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 50/483: Commands should be triggered by upper-case letters as well
David Prévot
taffit at moszumanska.debian.org
Thu Jan 22 21:41:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.
commit 067cdbcfd05dc09d2241dac016727d38c1c19a67
Author: Wladimir Palant <trev at gtchat.de>
Date: Thu Jan 18 14:43:33 2007 +0000
Commands should be triggered by upper-case letters as well
--HG--
extra : convert_revision : svn%3Ad8bf93c1-8190-44a8-bb31-1ea94378a4df/trunk%40653
---
chrome/content/aardvark.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/aardvark.js b/chrome/content/aardvark.js
index d9f19c8..cb430cc 100644
--- a/chrome/content/aardvark.js
+++ b/chrome/content/aardvark.js
@@ -142,7 +142,7 @@ ehhAardvark.onMouseOver = function(event) {
}
ehhAardvark.onKeyPress = function(event) {
- if (event.shiftKey || event.altKey || event.ctrlKey || event.metaKey)
+ if (event.altKey || event.ctrlKey || event.metaKey)
return;
var command = null;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git
More information about the Pkg-mozext-commits
mailing list