[pLog-svn] r5487 - plog/branches/lifetype-1.2/js/tinymce/plugins/insertresource

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Jun 5 07:38:30 EDT 2007


Author: jondaley
Date: 2007-06-05 07:38:29 -0400 (Tue, 05 Jun 2007)
New Revision: 5487

Modified:
   plog/branches/lifetype-1.2/js/tinymce/plugins/insertresource/editor_plugin.js
Log:
reverted rev 5483, I didn't notice it because I installed his other plugin at the same time as well. http://bugs.lifetype.net/view.php?id=1318

Modified: plog/branches/lifetype-1.2/js/tinymce/plugins/insertresource/editor_plugin.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/plugins/insertresource/editor_plugin.js	2007-06-04 21:20:55 UTC (rev 5486)
+++ plog/branches/lifetype-1.2/js/tinymce/plugins/insertresource/editor_plugin.js	2007-06-05 11:38:29 UTC (rev 5487)
@@ -140,7 +140,7 @@
 					attribs = TinyMCE_insertresourcePlugin._parseAttributes( objectTag );
 					
 					var cssClass = "";					
-					if( attribs["value"] == undefined || attribs["class"] != "ltFlashPlayer" ) {
+					if( attribs["value"] == undefined || attribs["class"] != "ltPlayer" ) {
 						startPos++;
 						continue;
 					}



More information about the pLog-svn mailing list