Well this is a strange one. I went through and debugged the Javascript to see what is failing. And it is failing because there is an input area on the page that does not have a type attribute. I looked in your page source and the only input with a type attribute is the search input box. Maybe you can fix that in your skin. It wouldn't normally fail, but the Anthem_Callback code is looking through the inputs on your page before doing the Ajax callback. |