summaryrefslogtreecommitdiffstats
path: root/client/components/main/editor.jade
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-02-12 23:52:22 +0200
committerLauri Ojansivu <x@xet7.org>2018-02-12 23:52:22 +0200
commit056843d66c361594d5d4478cfe86e2e405333b91 (patch)
tree006d1352a327644a548e7a64f318d19b74db9fb6 /client/components/main/editor.jade
parent69e4ad48bf94b6d9fa4c3cff23031c1e6795e182 (diff)
downloadwekan-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/components/main/editor.jade')
-rw-r--r--client/components/main/editor.jade5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/components/main/editor.jade b/client/components/main/editor.jade
index f10d64a1..31f533e6 100644
--- a/client/components/main/editor.jade
+++ b/client/components/main/editor.jade
@@ -9,6 +9,5 @@ template(name="editor")
template(name="viewer")
.viewer
+mentions
- +emoji
- +markdown
- {{> UI.contentBlock }}
+ +markdown
+ {{> UI.contentBlock }}