sahana / vesuvius

Sahana Vesuvius
http://sahanafoundation.org/products/vesuvius/
MIT License
24 stars 27 forks source link

#bug_29 - fixed 'script sent with wrong MIME type' #60

Closed vidurangaw closed 10 years ago

vidurangaw commented 10 years ago

Signed-off-by: Viduranga Wijesooriya vpowerrc@gmail.com

ravihansa3000 commented 10 years ago

I don't think setting "text/javascript" content-type in the index.php is the correct approach to solve this. You need to isolate which part of the script is generating this warning. My guess is that xst module is causing this issue.

vidurangaw commented 10 years ago

Yes I got it. Thank you. I have made new pull request https://github.com/sahana/vesuvius/pull/67