-
-
Notifications
You must be signed in to change notification settings - Fork 56
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 conflict being duplicated on the page with the toast #35
Comments
Hello @CristyanHenrich, thank you for reporting the issue and for your patience. I apologize for any inconvenience caused by the lack of documentation on this matter. To resolve this issue, please follow these steps: Publish the configuration file by running the command: Remove the jQuery CDN line from the configuration file that was just published. This step will prevent the package from automatically loading the jQuery CDN. After completing these two steps, the issue should be resolved. Please note that I hope this helps. Please let me know if you have any further questions or concerns. Thank you for using |
how to remove jquery CDN in 2.0 version? this command is not working on this version -- php artisan vendor:publish --tag="flasher-toastr-config" |
Hi @zain-qayyum, can you run the following command instead: |
toaster cdn not working in egypt and try to call <script src="https://www.unpkg.com/@flasher/[email protected]/dist/flasher.min.js"></script>also not working |
Describe the bug
The bug consists of duplicating the page's jQuery if it already has an imported jQuery script, after toastr's popup returns.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It is expected that jQuery will stop working due to duplicate imports.
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: