Enable tooltips after task move (js refactoring)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2,6 +2,10 @@ Kanboard.Tooltip = function(app) {
|
|||||||
this.app = app;
|
this.app = app;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Kanboard.Tooltip.prototype.onBoardRendered = function() {
|
||||||
|
this.execute();
|
||||||
|
};
|
||||||
|
|
||||||
Kanboard.Tooltip.prototype.execute = function() {
|
Kanboard.Tooltip.prototype.execute = function() {
|
||||||
$(".tooltip").tooltip({
|
$(".tooltip").tooltip({
|
||||||
track: false,
|
track: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user