From bff64e6bc770010cca340705db89d2edb343182c Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Sun, 29 May 2016 17:53:14 -0300 Subject: [PATCH] D'Oh! --- js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/script.js b/js/script.js index 1401549..fbec51a 100644 --- a/js/script.js +++ b/js/script.js @@ -305,7 +305,7 @@ View.prototype = { self._notes.load(id); self._notes.removeActive().done(function () { - if (self._notes.length() > 1) { + if (self._notes.length() > 0) { $(".notes-grid").isotope('remove', note.parent()) .isotope('layout'); self.renderNavigation();