Bug 876030 - Hide the contextappbar when the browser navigates away from the Firefox Start. r=sfoster

This commit is contained in:
Jim Mathies 2013-05-30 10:55:38 -05:00
parent a701c0f8f8
commit 842845f41c

View File

@ -48,6 +48,7 @@ var Appbar = {
case 'ToolPanelShown':
case 'ToolPanelHidden':
Elements.navbar.dismiss();
Elements.contextappbar.dismiss();
break;
case 'MozAppbarShowing':
this._updatePinButton();