Add Markdown preview for textarea, see #407
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
Kanboard.Task = (function() {
|
||||
|
||||
return {
|
||||
|
||||
Init: function() {
|
||||
|
||||
// Image preview for attachments
|
||||
$(".file-popover").click(Kanboard.Popover);
|
||||
}
|
||||
};
|
||||
|
||||
})();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user