Add screenshot support for tasks (copy/paste images directly)
This commit is contained in:
@@ -263,6 +263,11 @@ var Kanboard = (function() {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
// Screenshot
|
||||
if (Kanboard.Exists("screenshot-zone")) {
|
||||
Kanboard.Screenshot.Init();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user