Index: openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl,v diff -u -r1.19 -r1.20 --- openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 9 May 2018 15:33:29 -0000 1.19 +++ openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 21 Sep 2018 14:23:01 -0000 1.20 @@ -121,11 +121,9 @@ } } -ad_proc -public ah::js_sources { +ad_proc -deprecated -public ah::js_sources { {-source "default"} } { - DEPRECATED. Use ah::requires instead. - Will load any of the following javascript sources prototype, scriptaculous, @@ -140,6 +138,8 @@ @author Hamilton Chua (ham@solutiongrove.com) @creation-date 2006-01-16 + @see ah::requires instead + @param source The caller can specify which set of javascript source files to load. This can be a comma seprated list Valid values include "default" : to load prototype and scriptaculous libraries