• Error in Firefox - not well-formed

    By Carl Tyler 1 decade ago

    I also found I was getting a not well-formed error for the JSON being returned.



    I resolved this by changing the line:



    H_REQUEST.overrideMimeType( 'text/xml');



    to

    H_REQUEST.overrideMimeType('application/json');

    • Thanks Carl

      By Martijn De Jong 1 decade ago

      Carl,

      Thanks for finding and fixing it. I'll release a new version with your fix here as soon as I have some time again. Currently too busy with preparations for my BLUG presentation.

      --Martijn.