WIP: Iconpicker

This commit is contained in:
Hoang Huu
2019-09-26 13:28:57 +07:00
parent e008043173
commit 986fe8e02b
34 changed files with 249 additions and 300 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,9 @@
( function ( $ ) {
'use strict';
$( document ).ready( function () {
$( '.opalestate-iconpicker' ).each( function () {
$( this ).fontIconPicker();
} );
} );
} )( jQuery );