From 4199a922e578a008d455bd36cd166f7f05a7d7b5 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 26 Feb 2012 00:59:33 +0100 Subject: Wiki page editor: Enable Aloha table editor. --- src/mulk/benki/wiki.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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")}])}) -- cgit v1.2.3