Index: openacs-4/packages/xowiki/tcl/repeat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/repeat-procs.tcl,v diff -u -N -r1.5.2.8 -r1.5.2.9 --- openacs-4/packages/xowiki/tcl/repeat-procs.tcl 12 Dec 2016 10:52:38 -0000 1.5.2.8 +++ openacs-4/packages/xowiki/tcl/repeat-procs.tcl 5 Mar 2017 15:44:54 -0000 1.5.2.9 @@ -72,8 +72,9 @@ return [list $is_required [join $result ,]] } repeatContainer instproc initialize {} { - ::xo::Page requireJS "/resources/xowiki/repeat.js" - ::xo::Page requireJS "/resources/ajaxhelper/jquery/jquery-1.11.1.min.js" + ::xo::Page requireJS "/resources/xowiki/repeat.js" + ::xo::Page requireJS "/resources/xowiki/jquery/jquery.min.js" + #::xo::Page requireJS "/resources/ajaxhelper/jquery/jquery-1.11.1.min.js" if {[my exists __initialized_repeat]} {return} next