Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8979 from benfrancis/bug855021
Browse files Browse the repository at this point in the history
Bug 855021 - [Browser] tab tray doesn't open upon first launch
  • Loading branch information
benfrancis committed Apr 5, 2013
2 parents f6a4834 + df74281 commit 73c24b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/browser/js/browser.js
Expand Up @@ -231,6 +231,8 @@ var Browser = {
document.addEventListener('mozvisibilitychange',
this.handleVisibilityChange.bind(this));

this.handleWindowResize();

ModalDialog.init();
AuthenticationDialog.init(false);
},
Expand Down

0 comments on commit 73c24b0

Please sign in to comment.