Merge branch 'dev' into issue-184
Conflicts: app/views/layouts/project.html.haml
This commit is contained in:
commit
444b69ddc2
17 changed files with 106 additions and 66 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue