1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-05 18:49:39 +02:00
AlexVallat 2015-03-01 19:47:03 +00:00
parent a8c1cb9dff
commit 4edbdd9dd5

View File

@ -433,7 +433,7 @@ vAPI.tabs.registerListeners = function() {
} }
var URI = browser.currentURI; var URI = browser.currentURI;
if ( URI.schemeIs('chrome') && URI.host === location.host ) { if ( URI.schemeIs('chrome') && URI.host === location.host ) {
vAPI.tabs._remove(tab, win); vAPI.tabs._remove(tab, getTabBrowser(win));
} }
} }
} }