don't set publisher height on focus (already done in css), fixes #3109
This commit is contained in:
parent
30a2a8cb82
commit
9c7103be1d
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ app.views.Publisher = Backbone.View.extend({
|
||||||
open : function() {
|
open : function() {
|
||||||
$(this.el).removeClass('closed');
|
$(this.el).removeClass('closed');
|
||||||
this.$("#publisher_textarea_wrapper").addClass('active');
|
this.$("#publisher_textarea_wrapper").addClass('active');
|
||||||
this.$("textarea").css('height', '42px');
|
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue