Getting some traction here on better QnA Ajax

This commit is contained in:
Zach Copley
2011-04-15 19:50:05 -07:00
parent a610836e1c
commit d1443a6bd9
2 changed files with 113 additions and 68 deletions

View File

@@ -428,6 +428,7 @@ var SN = { // StatusNet
var id = $(notice).attr('id');
if ($("#"+id).length == 0) {
console.log("inserting before placeholder");
$(notice).insertBefore(placeholder);
} else {
// Realtime came through before us...