This commit is contained in:
Matias De lellis
2016-05-29 17:53:14 -03:00
parent dd22b9864e
commit bff64e6bc7

View File

@@ -305,7 +305,7 @@ View.prototype = {
self._notes.load(id); self._notes.load(id);
self._notes.removeActive().done(function () { self._notes.removeActive().done(function () {
if (self._notes.length() > 1) { if (self._notes.length() > 0) {
$(".notes-grid").isotope('remove', note.parent()) $(".notes-grid").isotope('remove', note.parent())
.isotope('layout'); .isotope('layout');
self.renderNavigation(); self.renderNavigation();