Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
lynchestinegroup.com
/
wp-content
/
themes
/
koncrete
/
assets
/
js
/
Editing: main.admin.js
"use strict"; (function ($) { function templateForCustomFont(icon) { var originalOption = icon.element; var $icon_block = '<span class="' + $(originalOption).data('icon') + '"></span>' + icon.text; var $html = $("<div></div>").html($icon_block).addClass('icon-wrapper'); return $html; } // option format function for select 2 icon function onReadyScripts() { if ( jQuery.fn.select2 ) { $('.select2_font_awesome').select2({ width: "100%", templateResult: templateForCustomFont, templateSelection: templateForCustomFont, }); } } $(document).ready(function () { onReadyScripts(); }) // jquery passing })(jQuery);
Save
Cancel