Page 1 of 1

v1.0.6 hotfix

PostPosted: 22 Jul 2011, 17:46
by Jason
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])
        }

Topic Closed

PostPosted: 07 Nov 2012, 12:40
by Staff Bot
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.