Header code for arrowchat in Oxwall 1.7.2
PostPosted: 17 Jan 2015, 06:25
I am using Oxwall 1.7.2, and was getting javascript errors. I was unable to customize the main page. After looking again, I found that you can leave the javascript calls out, if the site already has them. I removed the two lines of code below from the header code, and left the tail code unchanged, and all is working normal again; with no errors.
<script type="text/javascript" src="/oxwall/arrowchat/includes/js/jquery.js"></script>
<script type="text/javascript" src="/oxwall/arrowchat/includes/js/jquery-ui.js"></script>
This may be the same for some other versions, if you are having similar issues, but can only speak for my current version.
<script type="text/javascript" src="/oxwall/arrowchat/includes/js/jquery.js"></script>
<script type="text/javascript" src="/oxwall/arrowchat/includes/js/jquery-ui.js"></script>
This may be the same for some other versions, if you are having similar issues, but can only speak for my current version.