summaryrefslogtreecommitdiff
path: root/assets/js/src/task.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/src/task.js')
-rw-r--r--assets/js/src/task.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/assets/js/src/task.js b/assets/js/src/task.js
deleted file mode 100644
index 968f25db..00000000
--- a/assets/js/src/task.js
+++ /dev/null
@@ -1,13 +0,0 @@
-// Task related functions
-Kanboard.Task = (function() {
-
- return {
-
- Init: function() {
-
- // Image preview for attachments
- $(".file-popover").click(Kanboard.Popover);
- }
- };
-
-})();