Implement prune option

This commit is contained in:
dpedu 2015-02-19 18:51:49 -08:00
parent ab462d0f43
commit ad21ff30cf
1 changed files with 1 additions and 1 deletions

View File

@ -574,7 +574,7 @@ _tabbro_ = function() {
var thetab = bro.t_getTab(tabid)
if(thetab && thetab.sticky) {
if(thetab && thetab.sticky && !bro.options.pruneStickyTabs) {
// If the tab is sticky, we only mark it as closed
thetab.id = null
} else {