From 1cd6e1dc7e0d06a5aec744e7f534aae0e113991c Mon Sep 17 00:00:00 2001 From: cahrens Date: Mon, 24 Mar 2014 09:43:49 -0400 Subject: [PATCH] Move code style block button. --- common/lib/xmodule/xmodule/js/src/html/edit.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/js/src/html/edit.coffee b/common/lib/xmodule/xmodule/js/src/html/edit.coffee index 1f86afa250..3f734a1bc0 100644 --- a/common/lib/xmodule/xmodule/js/src/html/edit.coffee +++ b/common/lib/xmodule/xmodule/js/src/html/edit.coffee @@ -33,7 +33,7 @@ class @HTMLEditingDescriptor }, image_advtab: true, # We may want to add "styleselect" when we collect all styles used throughout the LMS - toolbar: "formatselect | fontselect | bold italic wrapAsCode underline forecolor | bullist numlist outdent indent blockquote | link unlink image | code", + toolbar: "formatselect | fontselect | bold italic underline forecolor wrapAsCode | bullist numlist outdent indent blockquote | link unlink image | code", block_formats: "Paragraph=p;Preformatted=pre;Heading 1=h1;Heading 2=h2;Heading 3=h3", width: '100%', height: '400px',