Added Markdown editor and Javascript code refactoring
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
function Tooltip(app) {
|
||||
Kanboard.Tooltip = function(app) {
|
||||
this.app = app;
|
||||
}
|
||||
|
||||
Tooltip.prototype.listen = function() {
|
||||
var self = this;
|
||||
};
|
||||
|
||||
Kanboard.Tooltip.prototype.execute = function() {
|
||||
$(".tooltip").tooltip({
|
||||
track: false,
|
||||
show: false,
|
||||
|
||||
Reference in New Issue
Block a user