Your IP : 18.119.137.162


Current Path : /home/ncdcgo/public_html/wp-content/plugins/Ultimate_VC_Addons/assets/js/
Upload File :
Current File : /home/ncdcgo/public_html/wp-content/plugins/Ultimate_VC_Addons/assets/js/vc-fronteditor.js

( function ( $ ) {
	'use strict';
	$( window ).load( function () {
		jQuery( '.smile_icon_list' ).each( function ( index, element ) {
			const style = jQuery( this ).data( 'style' );
			const font = jQuery( this ).data( 'fonts' );
			jQuery( this ).find( '.icon_list_icon' ).attr( 'style', style );
			jQuery( this ).find( '.icon_list_item' ).attr( 'style', font );
		} );
	} );
} )( jQuery );