Mercurial > public > sg101
diff static/js/tiny_mce_init_std.js @ 486:7854d75427af
For #233, add a meta description field for news stories. This field will get put in the open graph meta tag for better descriptions when shared on social media sites.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 18 Oct 2011 23:23:42 +0000 |
parents | 6c182ceb7147 |
children | e22a5228cc02 |
line wrap: on
line diff
--- a/static/js/tiny_mce_init_std.js Tue Oct 18 00:14:34 2011 +0000 +++ b/static/js/tiny_mce_init_std.js Tue Oct 18 23:23:42 2011 +0000 @@ -1,5 +1,6 @@ tinyMCE.init({ - mode : "textareas", + mode : "specific_textareas", + editor_deselector: "mceNoEditor", theme : "advanced", convert_urls: false, theme_advanced_toolbar_location : "top",