migliori / universal-icon-picker

Vanilla JS Icon Picker for any Icon Library
https://universal-icon-picker.miglisoft.com
MIT License
78 stars 9 forks source link

Fix iconPickerUrl detection with URL parameters #19

Closed drinkmaker closed 4 months ago

drinkmaker commented 5 months ago

This pull request addresses an issue with the detection of iconPickerUrl when the URL contains parameters, such as /universal-icon-picker.js?ver=3.0.0. The fix ensures that the iconPickerUrl is correctly identified regardless of the presence of URL parameters, improving the reliability of the Universal Icon Picker.

drinkmaker commented 5 months ago

Hi! I'm creating an Icon Picker field for ACF for WordPress, and WordPress often adds parameters to URLs, including JS and CSS The fix makes the code more universal.

P.S. Thanks for your efforts!