Just to warn folk that Business v10.0.3 seems to strip out some Javascript code on upload - this didn't happen in v10.0.2
I use Olark's excellent Chat feature, which I was referencing using Javascript code placed just before the </body> tag. After upgrading to v10.0.3 this code was stripped by Actinic:
....{return"static.olark.com/jsclient/loader1.js?ts="....
resulting in:
....{return"loader1.js?ts="....
and breaking the functionality.
After placing the entire code inside an external js file and referencing that from the <head> section instead, this solved the problem.
Any comment from Actinic?
I use Olark's excellent Chat feature, which I was referencing using Javascript code placed just before the </body> tag. After upgrading to v10.0.3 this code was stripped by Actinic:
....{return"static.olark.com/jsclient/loader1.js?ts="....
resulting in:
....{return"loader1.js?ts="....
and breaking the functionality.
After placing the entire code inside an external js file and referencing that from the <head> section instead, this solved the problem.
Any comment from Actinic?
Comment