Mercurial > public > sg101
changeset 336:6322b80c1797
Tweak tinyMCE config so it doesn't change URLs into relative URLs.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 26 Feb 2011 06:09:22 +0000 |
parents | 46d7f69b61db |
children | b4f0980506e0 |
files | static/js/tiny_mce_init_std.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/static/js/tiny_mce_init_std.js Sat Feb 26 01:52:22 2011 +0000 +++ b/static/js/tiny_mce_init_std.js Sat Feb 26 06:09:22 2011 +0000 @@ -1,7 +1,7 @@ tinyMCE.init({ mode : "textareas", theme : "advanced", - content_css : "css/example.css", + convert_urls: false, theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_buttons1 : "fullscreen,|,preview,|,bold,italic,underline,strikethrough,|,bullist,numlist,outdent,indent,|,undo,redo,|,link,unlink,anchor,|,image,cleanup,help,|,code",