Select correct publisher textarea

With previous css selector two textareas where
returned, causes reset of the post text when
selecting new aspects for the second time on
the left nav. Related to #2102
This commit is contained in:
Gonzalo Rodriguez 2011-10-08 00:00:52 -02:00
parent 6ce1acd83b
commit e2e2bdf69c

View file

@ -100,7 +100,7 @@
};
this.performAjax = function() {
var post = $("#publisher textarea").val(),
var post = $("#publisher textarea#status_message_fake_text").val(),
newURL = self.generateURL(),
photos = {};
@ -118,7 +118,7 @@
}
self.jXHR = $.getScript(newURL, function(data) {
var textarea = $("#publisher textarea"),
var textarea = $("#publisher textarea#status_message_fake_text"),
photozone = $("#photodropzone");
if( post !== "" ) {