8 lines
145 B
JavaScript
Raw Normal View History

2019-09-10 11:27:33 +07:00
jQuery(document).ready(function($) {
'use strict';
$('.fontawesome-icon-select').iconpicker({
hideOnSelect: true
});
}); // End Ready