Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -N -r1.7.2.236 -r1.7.2.237 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 28 Apr 2022 12:21:46 -0000 1.7.2.236 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 10 Aug 2022 07:58:01 -0000 1.7.2.237 @@ -2469,7 +2469,7 @@ } } else { - pointsFormGroup.removeClass('has-error'); + pointsFormGroup.classList.remove('has-error'); helpBlock.classList.add('hidden'); }