Not show icon-more on navitation when append a note

This commit is contained in:
Matias De lellis
2016-05-22 14:21:11 -03:00
parent 5d95601d00
commit 42dbc2a51b

View File

@@ -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');