Execute tooltip listeners only once when the DOM is ready
This commit is contained in:
committed by
GitHub
parent
0ede384cda
commit
17b764e862
@@ -103,7 +103,6 @@ Kanboard.BoardDragAndDrop.prototype.refresh = function(data) {
|
||||
this.app.hideLoadingIcon();
|
||||
this.executeListeners();
|
||||
this.dragAndDrop();
|
||||
KB.tooltip();
|
||||
};
|
||||
|
||||
Kanboard.BoardDragAndDrop.prototype.executeListeners = function() {
|
||||
|
||||
Reference in New Issue
Block a user