diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-02-12 23:52:22 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-02-12 23:52:22 +0200 |
commit | 056843d66c361594d5d4478cfe86e2e405333b91 (patch) | |
tree | 006d1352a327644a548e7a64f318d19b74db9fb6 /client/lib/keyboard.js | |
parent | 69e4ad48bf94b6d9fa4c3cff23031c1e6795e182 (diff) | |
download | wekan-056843d66c361594d5d4478cfe86e2e405333b91.tar.gz wekan-056843d66c361594d5d4478cfe86e2e405333b91.tar.bz2 wekan-056843d66c361594d5d4478cfe86e2e405333b91.zip |
Remove Emoji support, so MAC addresses etc show correctly.
Thanks to xet7 ! Closes #1248, closes #323
Diffstat (limited to 'client/lib/keyboard.js')
-rwxr-xr-x | client/lib/keyboard.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/client/lib/keyboard.js b/client/lib/keyboard.js index 24955929..7abfa88d 100755 --- a/client/lib/keyboard.js +++ b/client/lib/keyboard.js @@ -91,9 +91,6 @@ Template.keyboardShortcuts.helpers({ keys: ['@'], action: 'shortcut-autocomplete-members', }, { - keys: [':'], - action: 'shortcut-autocomplete-emoji', - }, { keys: ['SPACE'], action: 'shortcut-assign-self', }], |