Help
Ask questions about how to do or fix things in Arrowchat
User avatar
DBeard
Customer
 
Posts: 19
Joined: 29 Nov 2014, 15:42

 

by DBeard 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.