- Build: Update
- Fix: Regression with Rollup config path - Docs: Update reference to location of IIFE config file
This commit is contained in:
@@ -22202,7 +22202,7 @@
|
||||
// events for each icon
|
||||
$.each(icons, function (id, icon) {
|
||||
icon.click(function () {
|
||||
alert('You clicked on the icon with id ' + id); // eslint-disable-line no-alert
|
||||
alert('You clicked on the icon with id ' + id);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user