/home/arranoyd/gazehome/wp-content/themes/uncode/core/assets/js/min/menu-iconpicker.min.js
!function($){"use strict";$(document).on("ready",function(){$.fn.loadIcons=function(){var icons=$(this).fontIconPicker({theme:"fip-bootstrap"});$.ajax({url:SiteParameters.ICONS_PATH,type:"GET",dataType:"json"}).done(function(response){var classPrefix="fa "+response.preferences.fontPref.prefix,icomoon_json_icons=[],icomoon_json_search=[];$.each(response.icons,function(i,v){icomoon_json_icons.push(classPrefix+v.properties.name.split(",")[0]),v.icon&&v.icon.tags&&v.icon.tags.length?icomoon_json_search.push(v.properties.name+" "+v.icon.tags.join(" ")):icomoon_json_search.push(v.properties.name)}),icons.setIcons(icomoon_json_icons,icomoon_json_search)})},$(".menu_icon_container").focus(function(){$(this).loadIcons()})})}(window.jQuery)