Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Remove jQuery #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Remove jQuery #99

wants to merge 1 commit into from

Conversation

francoisromain
Copy link

jQuery(document).ready(function(){ is not needed because the code is loaded at the end of the page. (and this makes an error in the page when jquery is not available in the window, which is my case) Thanks

jQuery(document).ready(function(){ is not needed because the code is loaded at the end of the page. (and this makes an error in the page when jquery is not available in the window, which is my case) Thanks
@Adel-Magebinary
Copy link

This is correct. It's a good fix :)

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

Successfully merging this pull request may close these issues.

2 participants