diff options
author | gorhill <rhill@raymondhill.net> | 2015-07-02 08:20:56 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-07-02 08:20:56 -0400 |
commit | 75645e2f83a432220f256219b41aa7a90edf99a8 (patch) | |
tree | 79ad718ad0801c444ec742435690bc5986f20073 /platform | |
parent | 5775fe32b86dfcff2798911c7f73a9daae823cc5 (diff) | |
download | uBlock-75645e2f83a432220f256219b41aa7a90edf99a8.zip uBlock-75645e2f83a432220f256219b41aa7a90edf99a8.tar.gz uBlock-75645e2f83a432220f256219b41aa7a90edf99a8.tar.bz2 |
this fixes #429
Diffstat (limited to 'platform')
-rw-r--r-- | platform/firefox/vapi-background.js | 4 |
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', |