External script source

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
moris
Posts: 251
Joined: Fri Aug 18, 2017 8:43 am

External script source

Post by moris »

Hey,

I noticed that because of one of the application updates when adding external javascript sources (or sources in general they do not work).

When opening the browser Inspect -> Network -> I get this error: https://www.couponsexplorer.com/%E2%80% ... s%E2%80%9D

for this code: <script src=“https://cdn.jsdelivr.net/npm/clipboard@ ... ”></script>

Why is the software started adding my domain as the first path?

See reference here: https://www.couponsexplorer.com/page2.html

Image

Thank you.
User avatar
Pablo
Site Admin
Posts: 3925
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: External script source

Post by Pablo »

This has nothing to do with the software.
The code will be published "AS IS".

Maybe there is a problem with your browser?
moris
Posts: 251
Joined: Fri Aug 18, 2017 8:43 am

Re: External script source

Post by moris »

It's happening in any other browsers as well. Does it load fine on your browser?
User avatar
Pablo
Site Admin
Posts: 3925
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: External script source

Post by Pablo »

If you view the code of the page, then you can see that code has been inserted exactly as you have entered it.

But it looks like you have used the wrong quotes in the code.

Code: Select all

<script src=“https://cdn.jsdelivr.net/npm/clipboard@ ... ”></script>
should be

Code: Select all

<script src="https://cdn.jsdelivr.net/npm/clipboard@ ... "></script>
moris
Posts: 251
Joined: Fri Aug 18, 2017 8:43 am

Re: External script source

Post by moris »

Pablo, thanks for the reply.
I don't know what caused it but I have not touch the code on the rest of my website pages and this has been changed automatically from: “ to ".

Now I need to go over every page and change the script again. This is odd.
moris
Posts: 251
Joined: Fri Aug 18, 2017 8:43 am

Re: External script source

Post by moris »

There seems to be a bug with my project since the last update.
Everytime I open Page HTML.
It changes the code from: “ to " even though I just updated it. It ruins it again. Please assist.
User avatar
Pablo
Site Admin
Posts: 3925
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: External script source

Post by Pablo »

I'm sorry, but the software will not change the quotes by itself. Your code will be published exactly as you entered it.
But maybe you have enabled 'smart quotes' in your system configuration?
Post Reply