Peer Reviewed Journal Script IE 8 Revisions
2010 February 18
A colleague reported that the Peer Reviewed Script that I’ve posted about here before wasn’t working in IE8. So I’ve debugged it and here is what it takes to fix it.
- Update JQuery to the latest version
- Change the line which adds the script from
<script src=â€PATH/TO/peer_issn.js†type=â€application/javascriptâ€></script>
to
<script src=â€PATH/TO/peer_issn.js†type=â€text/javascriptâ€></script>
This will fix the problems for Internet Explorer 8.