aboutsummaryrefslogtreecommitdiffstats
path: root/platform
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-07-02 08:20:56 -0400
committergorhill <rhill@raymondhill.net>2015-07-02 08:20:56 -0400
commit75645e2f83a432220f256219b41aa7a90edf99a8 (patch)
tree79ad718ad0801c444ec742435690bc5986f20073 /platform
parent5775fe32b86dfcff2798911c7f73a9daae823cc5 (diff)
downloaduBlock-75645e2f83a432220f256219b41aa7a90edf99a8.zip
uBlock-75645e2f83a432220f256219b41aa7a90edf99a8.tar.gz
uBlock-75645e2f83a432220f256219b41aa7a90edf99a8.tar.bz2
this fixes #429
Diffstat (limited to 'platform')
-rw-r--r--platform/firefox/vapi-background.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js
index 542bef5..5f29da8 100644
--- a/platform/firefox/vapi-background.js
+++ b/platform/firefox/vapi-background.js
@@ -701,8 +701,8 @@ vAPI.tabs.open = function(details) {
// Open in a standalone window
if ( details.popup === true ) {
- win = Services.ww.openWindow(
- win,
+ Services.ww.openWindow(
+ self,
details.url,
null,
'menubar=no,toolbar=no,location=no,resizable=yes',