mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +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 id='content-editable' class='note-content'>" + note.content + "</div>" +
|
||||||
"</div></div>");
|
"</div></div>");
|
||||||
$(".notes-grid").prepend( $notehtml )
|
$(".notes-grid").prepend( $notehtml )
|
||||||
|
.isotope({ filter: '*'})
|
||||||
.isotope( 'prepended', $notehtml);
|
.isotope( 'prepended', $notehtml);
|
||||||
self.renderNavigation();
|
self.renderNavigation();
|
||||||
}).fail(function () {
|
}).fail(function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user