summaryrefslogtreecommitdiff
path: root/src/mulk/benki/wiki.clj
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-26 00:59:33 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2012-02-26 00:59:33 +0100
commit4199a922e578a008d455bd36cd166f7f05a7d7b5 (patch)
tree7973883f447127ff35259c35442e8bbc8311b8af /src/mulk/benki/wiki.clj
parent8aade12bd73c221efacacac135bf72ebb246bde9 (diff)
Wiki page editor: Enable Aloha table editor.
Diffstat (limited to 'src/mulk/benki/wiki.clj')
-rw-r--r--src/mulk/benki/wiki.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mulk/benki/wiki.clj b/src/mulk/benki/wiki.clj
index 66874be..29e99ce 100644
--- a/src/mulk/benki/wiki.clj
+++ b/src/mulk/benki/wiki.clj
@@ -51,7 +51,7 @@
:href (resolve-uri "/3rdparty/alohaeditor/aloha/css/aloha.css")}]
[:script {:type "text/javascript"
:src (resolve-uri "/3rdparty/alohaeditor/aloha/lib/aloha.js")
- :data-aloha-plugins "common/format,common/highlighteditables,common/list,common/link,common/undo,common/paste,common/block"}]
+ :data-aloha-plugins "common/format,common/highlighteditables,common/list,common/link,common/undo,common/paste,common/block,common/table"}]
;; Custom wiki page stuff
[:script {:type "text/javascript"
:src (resolve-uri "/js/wiki.js")}])})