Skip to content

Commit

Permalink
Hide drop-down menu when changing screen
Browse files Browse the repository at this point in the history
  • Loading branch information
duracellko committed Mar 14, 2015
1 parent 57c4a3f commit c8eecc1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ module Duracellko.PlanningPoker {
private initializeHomeScreen(): void {
this.planningPokerDeskController.hide();
this.planningPokerDeskController.dispose();
$("#navbarPlanningPoker", this.container).collapse("hide");

this.createTeamController.initialize($("#createTeamPanel", this.container));
this.joinTeamController.initialize($("#joinTeamPanel", this.container));
Expand All @@ -185,6 +186,7 @@ module Duracellko.PlanningPoker {
this.joinTeamController.hide();
this.createTeamController.dispose();
this.joinTeamController.dispose();
$("#navbarPlanningPoker", this.container).collapse("hide");

this.planningPokerDeskController.initialize(scrumTeam, userName, this.container, lastMessageId, selectedEstimation);
this.planningPokerDeskController.show();
Expand Down

0 comments on commit c8eecc1

Please sign in to comment.