Index: openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl 28 Mar 2018 17:00:40 -0000 1.3 +++ openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl 18 Apr 2018 22:25:03 -0000 1.4 @@ -273,7 +273,7 @@ if {$identifier eq "anonymous"} { lappend body_handlers($event,anonymous) $script } else { - set body_handers($event,$identifier) $script + set body_handlers($event,$identifier) $script } }