[SUCS Devel] site r689 - trunk/htdocs/js

rjames93 at sucs.org rjames93 at sucs.org
Wed Apr 22 12:42:38 BST 2015


Author: rjames93
Date: 2015-04-22 12:42:30 +0100 (Wed, 22 Apr 2015)
New Revision: 689

Modified:
   trunk/htdocs/js/tiny_mce.js
Log:
Changed the tiny_mce option: mode to not change textarea sections indiscriminatly instead only changing the exact: "body" for the edit pages
M    tiny_mce.js


Modified: trunk/htdocs/js/tiny_mce.js
===================================================================
--- trunk/htdocs/js/tiny_mce.js	2015-04-22 10:30:13 UTC (rev 688)
+++ trunk/htdocs/js/tiny_mce.js	2015-04-22 11:42:30 UTC (rev 689)
@@ -1,5 +1,6 @@
 tinyMCE.init({
-	mode: "textareas",
+	mode: "exact",
+	elements : "body",
 	height: "100%",
 	plugins: "safari,fullscreen,inlinepopups",
 	theme: "advanced",
@@ -267,4 +268,3 @@
   +"|onkeyup|onmousedown|onmousemove|onmouseout|onmouseover|onmouseup|style"
   +"|title]"
 })
-




More information about the Devel mailing list