WIP: Iconpicker
This commit is contained in:
13
inc/vendors/cmb2-plugins/custom-fields/iconpicker/assets/js/jquery.fonticonpicker.min.js
vendored
Normal file
13
inc/vendors/cmb2-plugins/custom-fields/iconpicker/assets/js/jquery.fonticonpicker.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
9
inc/vendors/cmb2-plugins/custom-fields/iconpicker/assets/js/script.js
vendored
Normal file
9
inc/vendors/cmb2-plugins/custom-fields/iconpicker/assets/js/script.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
( function ( $ ) {
|
||||
'use strict';
|
||||
$( document ).ready( function () {
|
||||
$( '.opalestate-iconpicker' ).each( function () {
|
||||
$( this ).fontIconPicker();
|
||||
} );
|
||||
} );
|
||||
|
||||
} )( jQuery );
|
||||
Reference in New Issue
Block a user