Execute tooltip listeners only once when the DOM is ready

This commit is contained in:
Franky Van Liedekerke
2020-05-03 21:12:29 +02:00
committed by GitHub
parent 0ede384cda
commit 17b764e862
4 changed files with 6 additions and 8 deletions

View File

@@ -103,7 +103,6 @@ Kanboard.BoardDragAndDrop.prototype.refresh = function(data) {
this.app.hideLoadingIcon();
this.executeListeners();
this.dragAndDrop();
KB.tooltip();
};
Kanboard.BoardDragAndDrop.prototype.executeListeners = function() {