Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jquery install URL no longer correct. #438

Open
Mrsnibs opened this issue Nov 27, 2021 · 0 comments
Open

jquery install URL no longer correct. #438

Mrsnibs opened this issue Nov 27, 2021 · 0 comments

Comments

@Mrsnibs
Copy link

Mrsnibs commented Nov 27, 2021

So galleria stopped working for me a week or so ago on a website where it had been fine.

The problem turned out to be the URL for loading jquery no longer exists or doesn't work:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>

This is also the URL given in the Beginners guide, and elsewhere.

I got galleria working again simply by using a new working jquery url:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>

The beginners guide should ideally be updated (although folowing it did identify the problem!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant