You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FoxUSA edited this page Jul 14, 2014
·
2 revisions
###Q: My site doesn't work in IE
A: Change the jquery source in both of the index.html to point to a 1.x version of jQuery from this:
<script src="./modules/core/js/jquery.js" type="text/javascript"></script>
to this:
<script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>