Hello,
I've got the "not working in IE" issue. IE developer tools say the error is:
Code:
SCRIPT1028: Expected identifier, string or number
ajaxthreads.js, Row 3 Character 334
Apparently there was a stray comma. After fixing it, I got another script error:
Code:
SCRIPT1028: Expected identifier, string or number
ajaxthreads.js, Row 20 Character 371
Which turned out to be another stray comma. After removing that now, it now works also in IE.