From e23b1d913c3456bfa07d2590bca6410c3c8a33d5 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 03 May 2011 12:33:19 -0400 Subject: [PATCH] - Fix mozilla browser detection --- program/js/editor.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/js/editor.js b/program/js/editor.js index 323381b..1df0fa2 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -39,7 +39,7 @@ $.extend(conf, { plugins: 'paste,tabfocus', theme_advanced_buttons1: 'bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,separator,outdent,indent,charmap,hr,link,unlink,code,forecolor', - theme_advanced_buttons2: ',fontselect,fontsizeselect', + theme_advanced_buttons2: ',fontselect,fontsizeselect' }); else // mail compose $.extend(conf, { -- Gitblit v1.9.1