- Remove indent/outdent buttons
- Remove extraneous debugging
This commit is contained in:
parent
9dfca12594
commit
ea5d51b93d
2 changed files with 3 additions and 2 deletions
|
@ -121,7 +121,7 @@
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
this._eventHandler = function (event) {
|
this._eventHandler = function (event) {
|
||||||
Zotero.debug(event.type);
|
//Zotero.debug(event.type);
|
||||||
switch (event.type) {
|
switch (event.type) {
|
||||||
case 'keypress':
|
case 'keypress':
|
||||||
// Ignore keypresses that don't change
|
// Ignore keypresses that don't change
|
||||||
|
|
|
@ -62,10 +62,11 @@ td.mceIframeContainer {
|
||||||
|
|
||||||
fix_list_elements : true,
|
fix_list_elements : true,
|
||||||
fix_table_elements : true,
|
fix_table_elements : true,
|
||||||
|
/*plugins : "xhtmlxtras",*/
|
||||||
|
|
||||||
// Theme options
|
// Theme options
|
||||||
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,sub,sup,|,forecolor,backcolor,|,removeformat,code",
|
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,sub,sup,|,forecolor,backcolor,|,removeformat,code",
|
||||||
theme_advanced_buttons2 : "justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,outdent,indent,blockquote,|,link,unlink",
|
theme_advanced_buttons2 : "justifyleft,justifycenter,justifyright,justifyfull,|,bullist,numlist,|,blockquote,|,link,unlink",
|
||||||
theme_advanced_buttons3 : "formatselect,fontselect,fontsizeselect",
|
theme_advanced_buttons3 : "formatselect,fontselect,fontsizeselect",
|
||||||
theme_advanced_toolbar_location : "top",
|
theme_advanced_toolbar_location : "top",
|
||||||
theme_advanced_toolbar_align : "left",
|
theme_advanced_toolbar_align : "left",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue