From 5d95601d00ff1c5918e4daebdefe0488712d64c9 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Sun, 22 May 2016 14:07:26 -0300 Subject: [PATCH] Show all when append a new note --- js/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/script.js b/js/script.js index 9351c53..4f95ab8 100644 --- a/js/script.js +++ b/js/script.js @@ -350,6 +350,7 @@ View.prototype = { "
" + note.content + "
" + ""); $(".notes-grid").prepend( $notehtml ) + .isotope({ filter: '*'}) .isotope( 'prepended', $notehtml); self.renderNavigation(); }).fail(function () {