diff --git a/chrome/content/zotero/bindings/styled-textbox.xml b/chrome/content/zotero/bindings/styled-textbox.xml index ba21f3459f..9936ec861d 100644 --- a/chrome/content/zotero/bindings/styled-textbox.xml +++ b/chrome/content/zotero/bindings/styled-textbox.xml @@ -121,7 +121,7 @@ var self = this; this._eventHandler = function (event) { - Zotero.debug(event.type); + //Zotero.debug(event.type); switch (event.type) { case 'keypress': // Ignore keypresses that don't change diff --git a/chrome/content/zotero/tiny_mce/note.html b/chrome/content/zotero/tiny_mce/note.html index 969998afff..3341b936b8 100755 --- a/chrome/content/zotero/tiny_mce/note.html +++ b/chrome/content/zotero/tiny_mce/note.html @@ -62,10 +62,11 @@ td.mceIframeContainer { fix_list_elements : true, fix_table_elements : true, + /*plugins : "xhtmlxtras",*/ // Theme options 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_toolbar_location : "top", theme_advanced_toolbar_align : "left",