postLi.find('textarea').textcomplete('destroy');// FIXME maybe we need to reset position instead (but curently it's cheaper)
@ -37,7 +37,7 @@ function requestRepliedBefore(postLi)
@@ -37,7 +37,7 @@ function requestRepliedBefore(postLi)
$.MAL.relatedPostLoaded();
requestRepliedBefore(newStreamPost);
}
},postLi);
},postLi,function(arg,ret){console.log(ret)});
}else{
//replied to a promoted post... try to get it..
varparams=[1,parseInt(reply_k)];
@ -85,10 +85,10 @@ function getTopPostOfConversation(postLi, post, postboard) {
@@ -85,10 +85,10 @@ function getTopPostOfConversation(postLi, post, postboard) {