diff --git a/www/pad/main.js b/www/pad/main.js index 166b3ab24..2056cd4e5 100644 --- a/www/pad/main.js +++ b/www/pad/main.js @@ -74,7 +74,7 @@ define([ // magicline plugin inserts html crap into the document which is not part of the // document itself and causes problems when it's sent across the wire and reflected back removePlugins: 'resize', - extraPlugins: 'autolink', + extraPlugins: 'autolink,colorbutton,colordialog', //skin: 'moono', });