Skip to content
Snippets Groups Projects
Commit 6880fe84 authored by Bryce Johnson's avatar Bryce Johnson
Browse files

Fix leftover or inadvertantly removed comments.

parent 3ca521d6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -16,7 +16,6 @@
}
 
bindEvents() {
// TODO: Check if this is being bound correctly
return this.togglePriorityButton.on('click', this, this.onTogglePriorityClick);
}
 
Loading
Loading
@@ -51,6 +50,7 @@
$target.find('.empty-message').addClass('hidden');
}
$label.detach().appendTo($target);
// Return if we are not persisting state
if (!persistState) {
return;
}
Loading
Loading
@@ -59,6 +59,7 @@
url,
type: 'DELETE'
});
// Restore empty message
if (!$from.find('li').length) {
$from.find('.empty-message').removeClass('hidden');
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment