don't set publisher height on focus (already done in css), fixes #3109

This commit is contained in:
Florian Staudacher 2012-04-06 21:21:35 +02:00
parent 30a2a8cb82
commit 9c7103be1d

View file

@ -68,7 +68,6 @@ app.views.Publisher = Backbone.View.extend({
open : function() {
$(this.el).removeClass('closed');
this.$("#publisher_textarea_wrapper").addClass('active');
this.$("textarea").css('height', '42px');
return this;
},