summaryrefslogtreecommitdiff
path: root/assets/js/task.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/task.js')
-rw-r--r--assets/js/task.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/js/task.js b/assets/js/task.js
new file mode 100644
index 00000000..8ce283cd
--- /dev/null
+++ b/assets/js/task.js
@@ -0,0 +1,11 @@
+// Task related functions
+Kanboard.Task = (function() {
+
+ return {
+ Init: function() {
+ // Image preview for attachments
+ $(".file-popover").click(Kanboard.Popover);
+ }
+ };
+
+})(); \ No newline at end of file