mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Show all when append a new note
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user