oembed contsant name, fix dfrnpubdeliver, add 'code' editor button

This commit is contained in:
Friendika 2011-01-31 23:06:45 -08:00
commit 9d561d4471
3 changed files with 68 additions and 66 deletions

View file

@ -9,7 +9,7 @@ tinyMCE.init({
mode : "specific_textareas",
editor_selector: /(profile-jot-text|prvmail-text)/,
plugins : "bbcode,paste",
theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect",
theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",