1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

now it's fixed...

This commit is contained in:
Raymond Hill 2014-11-16 17:22:27 -02:00
parent c4838581fd
commit 1626051299

View File

@ -157,7 +157,7 @@ vAPI.tabs.open = function(details) {
}
});
if ( selected.length === 0 ) {
if ( !selected ) {
wrapper();
}
});