diff options
author | gorhill <rhill@raymondhill.net> | 2015-09-10 13:46:18 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-09-10 13:46:18 -0400 |
commit | 36a15e2e0241595131f8783c7bf6f6fa2ed8c870 (patch) | |
tree | c4a5e4025c00a09d144cf5868b8a6b07eb6d0210 /src/js/background.js | |
parent | 6763cca756fbe8b0218f7429a6d09a359479e98b (diff) | |
download | uBlock-36a15e2e0241595131f8783c7bf6f6fa2ed8c870.zip uBlock-36a15e2e0241595131f8783c7bf6f6fa2ed8c870.tar.gz uBlock-36a15e2e0241595131f8783c7bf6f6fa2ed8c870.tar.bz2 |
Experimental fix for #44
Disregard no-popups per-site switch for a URL which matches
a link clicked by the user.
Diffstat (limited to 'src/js/background.js')
-rw-r--r-- | src/js/background.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/js/background.js b/src/js/background.js index a7fdaa3..8cb846d 100644 --- a/src/js/background.js +++ b/src/js/background.js @@ -191,8 +191,9 @@ return { noopFunc: function(){}, apiErrorCount: 0, - contextMenuClientX: -1, - contextMenuClientY: -1, + mouseX: -1, + mouseY: -1, + mouseURL: '', epickerTarget: '', epickerEprom: null, |