1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-14 00:05:08 +12:00
AlexVallat 2015-03-01 19:47:03 +00:00 committed by gorhill
parent e965b1eef7
commit 21c8bfa537

View file

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