mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-25 08:15:48 +03:00
2
FAQ
FoxUSA edited this page 2014-07-14 08:31:41 -07:00
###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>