Add the possibility to create external tasks
This commit is contained in:
@@ -9,6 +9,10 @@ Kanboard.Dropdown.prototype.listen = function() {
|
||||
self.close();
|
||||
});
|
||||
|
||||
$(document).on('click', '#popover-content', function() {
|
||||
self.close();
|
||||
});
|
||||
|
||||
$(document).on('click', '.dropdown-menu', function(e) {
|
||||
e.preventDefault();
|
||||
e.stopImmediatePropagation();
|
||||
|
||||
Reference in New Issue
Block a user