Help
Find out what the new version changed here
User avatar
Jason
Customer
 
Posts: 2329
Joined: 12 Dec 2009, 16:06

 

by Jason 22 Jul 2011, 17:46

We've hotfixed v1.0.6 to address some problems with jQuery 1.6+.

To update, re-download ArrowChat and upload the new arrowchat/includes/js/arrowchat_core.js file. The admin panel's automatic updater has also been updated with the new files.


If you have modifications, the change is in the Sa(b) function:

Code: Select all
        function Sa(b) {
         if (a(b).attr("id"))
            var c = a(b).attr("id").substr(19);
         else
            var c = "";
            if (c == "") c = a(b).parent().attr("id").substr(19);
            I(c, n[c], u[c], z[c], A[c], s[c])
        }
User avatar
Staff Bot
ArrowChat Team
 
Posts: 8996
Joined: 07 Nov 2012, 13:41

 

by Staff Bot 07 Nov 2012, 12:40

This thread has been locked because the last post is greater than six months old. There is a good chance that the information in this thread is outdated. Please open a new topic if you wish to discuss this further.