Browse Source

now it's fixed...

pull/2/head
Raymond Hill 10 years ago
committed by gorhill
parent
commit
a2e45a024f
  1. 2
      meta/crx/vapi-background.js

2
meta/crx/vapi-background.js

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

Loading…
Cancel
Save