diff options
author | Raymond Hill <rhill@raymondhill.net> | 2014-11-16 17:22:27 -0200 |
---|---|---|
committer | Raymond Hill <rhill@raymondhill.net> | 2014-11-16 17:22:27 -0200 |
commit | 1626051299ca2279aaf0c8aa08894870b4135ff8 (patch) | |
tree | 79d5e3f05f9ec9e09e2c7d7203434b17a3a5e029 | |
parent | c4838581fd1fb66f16eb8dbdad95e875e9064791 (diff) | |
download | uBlock-1626051299ca2279aaf0c8aa08894870b4135ff8.zip uBlock-1626051299ca2279aaf0c8aa08894870b4135ff8.tar.gz uBlock-1626051299ca2279aaf0c8aa08894870b4135ff8.tar.bz2 |
now it's fixed...
-rw-r--r-- | meta/crx/vapi-background.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/crx/vapi-background.js b/meta/crx/vapi-background.js index 1603382..a173a40 100644 --- a/meta/crx/vapi-background.js +++ b/meta/crx/vapi-background.js @@ -157,7 +157,7 @@ vAPI.tabs.open = function(details) { } }); - if ( selected.length === 0 ) { + if ( !selected ) { wrapper(); } }); |