Skip to content

Commit

Permalink
Fix for button before tab bar
Browse files Browse the repository at this point in the history
(regression in fc445b1)
(see #96)
  • Loading branch information
Infocatcher committed Sep 5, 2013
1 parent d2bede7 commit f3430ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -1922,10 +1922,10 @@ var windowsObserver = {
if(id == "new-tab-button" || id == "tabmixScrollBox")
continue;
if(id == "tabbrowser-tabs")
break;
return true;
return false;
}
return true;
return false;
},
updateToolbars: function(e) {
var window = e.currentTarget;
Expand Down

0 comments on commit f3430ae

Please sign in to comment.