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.239.2.18 -r1.239.2.19 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 2 Sep 2019 17:00:08 -0000 1.239.2.18 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 4 Sep 2019 16:51:02 -0000 1.239.2.19 @@ -3789,8 +3789,8 @@ ::xotcl::Class highcharts -parameter {title id} highcharts instproc pie {names data} { ::xo::Page requireJS urn:ad:js:jquery - ::xo::Page requireJS "/resources/xowiki/highcharts/js/highcharts.js" - ::xo::Page requireJS "/resources/xowiki/highcharts/js/themes/gray.js" + ::xo::Page requireJS urn:ad:js:highcharts + ::xo::Page requireJS urn:ad:js:highcharts-theme set result "
\n" set title ${:title} if {![info exists :id]} {set :id [::xowiki::Includelet html_id [self]]}