From 42dbc2a51b04f56c07be6b3163e312880a53b752 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Sun, 22 May 2016 14:21:11 -0300 Subject: [PATCH] Not show icon-more on navitation when append a note --- js/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/script.js b/js/script.js index 4f95ab8..d455b7b 100644 --- a/js/script.js +++ b/js/script.js @@ -352,6 +352,7 @@ View.prototype = { $(".notes-grid").prepend( $notehtml ) .isotope({ filter: '*'}) .isotope( 'prepended', $notehtml); + self._notes.unsetActive(); self.renderNavigation(); }).fail(function () { alert('Could not create note');