From 4833cf0d7b1f697b15cfa759a47d554633f9cc6a Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 28 Jul 2016 09:24:14 +0200 Subject: [PATCH] add a fontpicker --- www/pad/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/pad/main.js b/www/pad/main.js index 31490a5ce..6cb110fdd 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,colorbutton,colordialog', + extraPlugins: 'autolink,colorbutton,colordialog,font', //skin: 'moono', });