diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-04-23 14:10:47 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-04-23 14:10:47 -0500 |
commit | 16cf193d9b9ecf7cd691205404e5deb5c1b282ac (patch) | |
tree | 0277fc0f7bb380a71cb602420b1197405c97cef5 | |
parent | 3510f94811adfaa2bba0965686da8abe6c7e2c6d (diff) | |
download | mediagoblin-16cf193d9b9ecf7cd691205404e5deb5c1b282ac.tar.lz mediagoblin-16cf193d9b9ecf7cd691205404e5deb5c1b282ac.tar.xz mediagoblin-16cf193d9b9ecf7cd691205404e5deb5c1b282ac.zip |
TinyMCE plugin loading should NOT be here.
This might break the blog plugin, but it's kind of broken already :\
-rw-r--r-- | mediagoblin/templates/mediagoblin/extra_head.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mediagoblin/templates/mediagoblin/extra_head.html b/mediagoblin/templates/mediagoblin/extra_head.html index 847cfcc7..973e2b48 100644 --- a/mediagoblin/templates/mediagoblin/extra_head.html +++ b/mediagoblin/templates/mediagoblin/extra_head.html @@ -17,19 +17,3 @@ -#} {# Add extra head declarations here for your theme, if appropriate #} - -<script type="text/javascript" - src="{{request.staticdirect('extlib/tinymce/js/tinymce/tinymce.min.js')}}"></script> - - <script type="text/javascript"> - tinyMCE.init({ - selector: "div.blog_form_field_input textarea", - height: 300, - width: 800, - plugins: [ - "advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker", - "searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking", - "save table contextmenu directionality emoticons template paste textcolor" - ] - }) -</script> |