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