mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
fixing js error on non-icon page
This commit is contained in:
parent
a40ae6bea9
commit
f849f93696
@ -98,6 +98,9 @@ $(function() {
|
||||
.trigger('input')
|
||||
.trigger('keyup');
|
||||
|
||||
$clear.addClass('hide'); // Hide clear button
|
||||
if ($clear) {
|
||||
$clear.addClass('hide'); // Hide clear button
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user