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.124 -r1.125 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 7 Sep 2009 23:50:03 -0000 1.124 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 18 Sep 2009 12:13:36 -0000 1.125 @@ -34,15 +34,15 @@ {id} } - ::xowiki::Includelet proc require_YUI_CSS {{-version 2.7.0} {-ajaxhelper true} path} { + ::xowiki::Includelet proc require_YUI_CSS {{-version 2.8.0r4} {-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.7.0} {-ajaxhelper true} path} { + ::xowiki::Includelet proc require_YUI_JS {{-version 2.8.0r4} {-ajaxhelper true} path} { if {$ajaxhelper} { ::xo::Page requireJS "/resources/ajaxhelper/yui/$path" } else {