8 lines
273 B
JavaScript
8 lines
273 B
JavaScript
$(function () {
|
|
|
|
/* Search Icons Function */
|
|
if ($('input#icon-finder').length) {
|
|
$('input#icon-finder').val('').quicksearch('#glyphicons-list .glyphicon-item,#fontawesome-list .fa-item,#zocial-list .social-btn,#zocial-list .social-btn-small');
|
|
}
|
|
|
|
}); |