]> 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
old mode 100755 (executable)
new mode 100644 (file)
index a3267d5..0429cf9
@@ -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 : "",