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

Remove jQuery#99

Open
francoisromain wants to merge 1 commit into
PrestaShop:masterfrom
francoisromain:patch-1
Open

Remove jQuery#99
francoisromain wants to merge 1 commit into
PrestaShop:masterfrom
francoisromain:patch-1

Conversation

@francoisromain
Copy link
Copy Markdown

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
Copy Markdown

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