summaryrefslogtreecommitdiff
path: root/assets/js/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/src/App.js')
-rw-r--r--assets/js/src/App.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/js/src/App.js b/assets/js/src/App.js
index 56efd706..0fe9d6e5 100644
--- a/assets/js/src/App.js
+++ b/assets/js/src/App.js
@@ -12,6 +12,7 @@ function App() {
this.column = new Column(this);
this.file = new FileUpload(this);
this.keyboardShortcuts();
+ this.task.keyboardShortcuts();
this.chosen();
this.poll();