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

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Oct 22 12:47:51 EDT 2010


Author: jondaley
Date: 2010-10-22 12:47:51 -0400 (Fri, 22 Oct 2010)
New Revision: 7076

Modified:
   plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
Log:
we need relative URLs turned off.  fixes smileys not showing up

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 16:42:25 UTC (rev 7075)
+++ plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2010-10-22 16:47:51 UTC (rev 7076)
@@ -17,6 +17,8 @@
             theme : "advanced",
             plugins : tinymce_plugins,
 
+            relative_urls : false,
+
                 // Theme options
             theme_advanced_buttons1: "formatselect,fontsizeselect,fontselect,forecolor,backcolor,bold,italic,underline,strikethrough,sub,sup,|,justifyleft,justifycenter,justifyright,justifyfull",
             theme_advanced_buttons2: "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,indent,outdent,blockquote,|,undo,redo,|,hr,advhr,charmap,insertdate,inserttime,nonbreaking,|,fullscreen",



More information about the pLog-svn mailing list