-
Notifications
You must be signed in to change notification settings - Fork 580
Description
I am not sure how and why this happens, but after upgrading to JQuery 3.51 (from 3.4.1), a lot of my libraries broke, including spectrum.
Every instance of <i />
or <span />
had to be replaced by the corresponding non-self-closing tag, like <i></i>
.
Silly HTML language...
I had to fix your library by changing this self-closing tag:
Otherwise, the palette was broken.
I noticed that reverting JQuery back to the old version fixed the problem, but I might be wrong, so maybe try to verify this on your end too. It might have been a different library that caused this, because it was a whole "library-upgrade day" for me when it happened...
Update:
Ohh!!!
Actually, the 1.8.1 version published here has this fix, but if you download the 1.8.0 release ZIP, it doesn't!