- Linting: As per latest ash-nazg (unicorn updates)
- npm: Update devDeps.
This commit is contained in:
@@ -1735,7 +1735,6 @@ const jPicker = function ($) {
|
||||
* @returns {void}
|
||||
*/
|
||||
function radioClicked (e) {
|
||||
// eslint-disable-next-line unicorn/no-fn-reference-in-iterator
|
||||
$(this).parents('tbody:first').find('input:radio[value!="' + e.target.value + '"]').removeAttr('checked');
|
||||
setColorMode.call(that, e.target.value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user