Show all when append a new note

This commit is contained in:
Matias De lellis
2016-05-22 14:07:26 -03:00
parent b401cb6b6f
commit 5d95601d00

View File

@@ -350,6 +350,7 @@ View.prototype = {
"<div id='content-editable' class='note-content'>" + note.content + "</div>" +
"</div></div>");
$(".notes-grid").prepend( $notehtml )
.isotope({ filter: '*'})
.isotope( 'prepended', $notehtml);
self.renderNavigation();
}).fail(function () {