I am using the Drupal 6 version of this, but I can't seem to get the widget to appear in IE9. The console states "Script from XX was blocked due to mime type mismatch".

I tried setting the path to sample.js and tried adding a 'type' to the script, but nothing has worked. Anyone have any ideas? Thanks!

Comments

renrhaf’s picture

Issue summary: View changes

Hello,

Try using something like the PHP code "header("Content-type: text/javascript");" inside your module.
I'm also searching for a better way to do so.