restore all eslint rules
This commit is contained in:
@@ -49,7 +49,7 @@ This will return the icon (as jQuery object) with a given ID.
|
||||
// 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