Conditions | 1 |
Paths | 8 |
Total Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | jQuery(document).ready(function(a){!function(){var b=a(".amarkal-settings-field");a("#settings-search").on("keyup",function(c){var d=a(this).val().toLowerCase(),e=[];d.length>1?(b.hide().each(function(){var b=a(this);b.attr("data-title").toLowerCase().match(d)&&e.push(b)}),a(e).map(function(){return this.toArray()}).show(),a("#settings-search-results").text(e.length?e.length+" settings found":"Nothing found")):(b.show(),a("#settings-search-results").text(""))})}()}); |
||
This check looks for parameters in functions that are not used in the function body and are not followed by other parameters which are used inside the function.