diff --git a/js/script.js b/js/script.js index 8e1a3b3..d945882 100644 --- a/js/script.js +++ b/js/script.js @@ -301,6 +301,7 @@ View.prototype = { self._notes.removeActive().done(function () { $(".notes-grid").isotope('remove', note.parent()) .isotope('layout'); + self.showAll(); self.renderNavigation(); }).fail(function () { alert('Could not delete note, not found');