diff options
Diffstat (limited to 'assets/js/src/App.js')
-rw-r--r-- | assets/js/src/App.js | 1 |
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(); |