now it's fixed...

This commit is contained in:
Raymond Hill 2014-11-16 17:22:27 -02:00
parent c4838581fd
commit 1626051299
1 changed files with 1 additions and 1 deletions

View File

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