When I try to feel autocomplete field I have this error

Error: missing ) in parenthetical
Source File: http://mysite.com/misc/drupal.js
Line: 131, Column: 32
Source Code:
({ "mytermname": "mytermname" }<div class="dev-timer"> Page execution time was <em>265.44</em> ms. </div>);

Comments

moshe weitzman’s picture

Status: Active » Fixed

this is really a core bug. the autocomplete page returns javascript but advertises it is text/html. i just added a workaround until http://drupal.org/node/115139 is committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)