WIP: Iconpicker
This commit is contained in:
+13
File diff suppressed because one or more lines are too long
@@ -0,0 +1,9 @@
|
||||
( function ( $ ) {
|
||||
'use strict';
|
||||
$( document ).ready( function () {
|
||||
$( '.opalestate-iconpicker' ).each( function () {
|
||||
$( this ).fontIconPicker();
|
||||
} );
|
||||
} );
|
||||
|
||||
} )( jQuery );
|
||||
Reference in New Issue
Block a user