| > The local copy of my website works fine, except for one
> javascript code, contained in a separate .JS file.
> My original code is :
> if(!ns4){if(bimg)ofb='url('+bimg+') '+ofb;
> But the local copy of the file contains this :
> if(!ns4){if(bimg)ofb='url('+bimg+.html') '+ofb;
Fixed: \" and \' javascript states were not managed by the
automate. I will merge the fix in RC15 soon.
| |