Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -r1.40 -r1.41 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 20 Jun 2008 09:50:27 -0000 1.40 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 27 Jun 2008 01:23:27 -0000 1.41 @@ -34,15 +34,15 @@ {id} } - ::xowiki::Includelet proc require_YUI_CSS {{-version 2.5.1} {-ajaxhelper true} path} { + ::xowiki::Includelet proc require_YUI_CSS {{-version 2.5.2} {-ajaxhelper true} path} { if {$ajaxhelper} { ::xo::Page requireCSS "/resources/ajaxhelper/yui/$path" } else { ::xo::Page requireCSS "http://yui.yahooapis.com/$version/build/$path" } } - ::xowiki::Includelet proc require_YUI_JS {{-version 2.5.1} {-ajaxhelper true} path} { + ::xowiki::Includelet proc require_YUI_JS {{-version 2.5.2} {-ajaxhelper true} path} { if {$ajaxhelper} { ::xo::Page requireJS "/resources/ajaxhelper/yui/$path" } else {