Skip to content

Commit

Permalink
BugFix. Removes span from dropdown menu which was overriding hide/sho…
Browse files Browse the repository at this point in the history
…w functionality of the dropdown menu.
  • Loading branch information
sungchoi committed Nov 21, 2013
1 parent 9ac3297 commit 0c659f9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ var AddRoomMemberButtonContainer = Class.extend(ButtonContainer, {
initializeContainer: function() {
this._super();
this.buttonView.$el.find("li:first-child").addClass("add-roommember-container");
this.buttonView.$el.find("ul").addClass("span2");
}
});

Expand Down

0 comments on commit 0c659f9

Please sign in to comment.