CDN URL is inserted into inline Javascript
-
Hi,
I have a page running that uses the Plugin Ad-Inserter Pro. This Plugin brings some inline Javascript to tha page, having this line of Code:
name=name.replace(/[\[\]]/g,"\\$&");
If I activate the CDN option in W3TC this line is replaced with this one:
name=name.replace(https://{mycdnurl}/[\[\]]/g,"\\$&")
Where {mycdnurl} is the URL of our CDN.This breaks the whole javascript because the syntax is no longer valid. Also this does not make any sense.
Is there a way to disable the inline replacement of the CD-URL?
Best Regards,
OliverThe page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘CDN URL is inserted into inline Javascript’ is closed to new replies.