Author: smilek
Date: Thu Nov  9 03:25:52 2006
New Revision: 472866

URL: http://svn.apache.org/viewvc?view=rev&rev=472866
Log:
updated for dojo 0.4.0

Modified:
    
portals/jetspeed-2/trunk/src/webapp/javascript/jetspeed/widget/EditorTable.js

Modified: 
portals/jetspeed-2/trunk/src/webapp/javascript/jetspeed/widget/EditorTable.js
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/javascript/jetspeed/widget/EditorTable.js?view=diff&rev=472866&r1=472865&r2=472866
==============================================================================
--- 
portals/jetspeed-2/trunk/src/webapp/javascript/jetspeed/widget/EditorTable.js 
(original)
+++ 
portals/jetspeed-2/trunk/src/webapp/javascript/jetspeed/widget/EditorTable.js 
Thu Nov  9 03:25:52 2006
@@ -61,7 +61,7 @@
         jetspeed.widget.EditorTable.superclass.buildRendering.call( this, 
args, frag );
         if ( args.templateCssPath )
         {
-            dojo.widget.fillFromTemplateCache(this, null, 
dojo.uri.dojoUri(args.templateCssPath), null, false);
+            dojo.html.insertCssFile( dojo.uri.dojoUri(args.templateCssPath), 
document, true );
         }
     },
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to