mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
D'Oh!
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user