aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/templates/mediagoblin/extra_head.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/extra_head.html b/mediagoblin/templates/mediagoblin/extra_head.html
index 973e2b48..513a03bc 100644
--- a/mediagoblin/templates/mediagoblin/extra_head.html
+++ b/mediagoblin/templates/mediagoblin/extra_head.html
@@ -17,3 +17,12 @@
-#}
{# Add extra head declarations here for your theme, if appropriate #}
+
+<script type="text/javascript"
+ src="{{request.staticdirect('/tinymce/jscripts/tiny_mce/tiny_mce.js')}}"></script>
+ <script type="text/javascript">
+ tinyMCE.init({
+ selector: "div.form_field_input textarea",
+ theme: "advanced"
+ })
+</script>