[pLog-svn] r7081 - plog/branches/lifetype-1.2/js/tinymce

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Oct 22 14:31:45 EDT 2010


Author: jondaley
Date: 2010-10-22 14:31:45 -0400 (Fri, 22 Oct 2010)
New Revision: 7081

Modified:
   plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
Log:
along with relative urls being false, we also need to not remove the script_host, since people might access the admin and public sides via different paths (like with different subdomains)

Modified: plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2010-10-22 18:16:57 UTC (rev 7080)
+++ plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2010-10-22 18:31:45 UTC (rev 7081)
@@ -18,6 +18,7 @@
             plugins : tinymce_plugins,
 
             relative_urls : false,
+            remove_script_host : false,
 
                 // Theme options
             theme_advanced_buttons1: "formatselect,fontsizeselect,fontselect,forecolor,backcolor,bold,italic,underline,strikethrough,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull",



More information about the pLog-svn mailing list