Forum OpenACS Development: Re: bug in ah::requires in ajaxhelper

Collapse
Posted by Byron Linares on
Hi Don, I updated ajax-procs.tcl from HEAD but there is a typo error remaining.In the same proc.

template::head::add_javascript -order 1 -src 1 "${ah_base_url}overlibmws/overlibmws${minsuffix}.js"

There is a “1” after flag “-src” and this throw the same “Too many positional parameters specified” error

Collapse
Posted by Hamilton Chua on
I just fixed it and committed it to head.