Skip to content

Commit

Permalink
Fixing arrow that changes to different state
Browse files Browse the repository at this point in the history
  • Loading branch information
BimoZX committed Apr 11, 2012
1 parent abea68c commit b1f55e4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -102,6 +102,7 @@ window.ListMessagesView = Backbone.View.extend({
$(this.el).find('.reply_message_path').show();

$(this.el).find('.action_menu_hide').hide();
$(this.el).find('.messages_down_arrow').removeClass('messages_up_arrow');

$(this.el).find('.textarea-form-reply').focus();
},
Expand Down

0 comments on commit b1f55e4

Please sign in to comment.