Bug 904058 - the Tab Bar isn't auto-dismissed once a new tab has been created using CTRL + T r=jimm

This commit is contained in:
Rodrigo Silveira 2013-08-13 11:21:57 -07:00
parent 2a8a13bd95
commit 6d6cab6226

View File

@ -168,7 +168,6 @@ var ContextUI = {
// Display the nav bar
displayNavbar: function () {
this._clearDelayedTimeout();
Elements.navbar.show();
ContentAreaObserver.updateContentArea();
},