diff options
-rw-r--r-- | src/mulk/benki/wiki.clj | 2 |
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")}])}) |