fixed duplicate on wall
This commit is contained in:
parent
e29a25662d
commit
7ac38b7a1e
|
@ -42,8 +42,10 @@ replace:
|
|||
|
||||
prepend:
|
||||
function(id, html) {
|
||||
this.last_id = id;
|
||||
$("#notes-list").prepend(html);
|
||||
if(id != this.last_id) {
|
||||
this.last_id = id;
|
||||
$("#notes-list").prepend(html);
|
||||
}
|
||||
},
|
||||
|
||||
getNew:
|
||||
|
|
Loading…
Reference in a new issue