]> git.mxchange.org Git - friendica.git/blobdiff - view/profed_head.tpl
Merge https://github.com/friendica/friendica into pull
[friendica.git] / view / profed_head.tpl
index e1df2c4ad7afb5c26891f62737c5f4f56773295a..0429cf91ee1291be3370d678c3ee33d3727448a8 100644 (file)
@@ -1,3 +1,5 @@
+<script type="text/javascript" src="js/country.js" ></script>
+
 <script language="javascript" type="text/javascript"
           src="$baseurl/library/tinymce/jscripts/tiny_mce/tiny_mce_src.js"></script>
           <script language="javascript" type="text/javascript">
@@ -5,7 +7,7 @@
 
 tinyMCE.init({
        theme : "advanced",
-       mode : "textareas",
+       mode : "$editselect",
        plugins : "bbcode,paste",
        theme_advanced_buttons1 : "bold,italic,underline,undo,redo,link,unlink,image,forecolor,formatselect,code",
        theme_advanced_buttons2 : "",
@@ -13,6 +15,7 @@ tinyMCE.init({
        theme_advanced_toolbar_location : "top",
        theme_advanced_toolbar_align : "center",
        theme_advanced_blockformats : "blockquote,code",
+       gecko_spellcheck : true,
        paste_text_sticky : true,
        entity_encoding : "raw",
        add_unload_trigger : false,