I was writing this issue with in mind that there are no comments in the scriptag produced by checkoff_head() (which is a problem for xhtml). Then I remembered the drupal_add_js() function; replace checkoff_head for:
[code]
drupal_add_js('function checkoff(form,toggle){var i=0;frm=document.forms[form];len=frm.elements.length;for(i=0;i
[/code]
Comments
Comment #1
casey commentedhmm I used some some wrong markup.
Comment #2
casey commentedOww, inline is an 5.0 feature.
then it should be this for 4.7:
Comment #3
dwwcan you attach a patch for this? http://drupal.org/diffandpatch
thanks!
-derek
Comment #4
casey commented