Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
summer
/
wp-content
/
plugins
/
hmenu
/
assets
/
js
📤 Upload
📝 New File
📁 New Folder
Close
Editing: font_processor.js
'use strict'; //PROCESS FONTS //load jQuery(function(){ //functions hmenu_process_font_pack(); }); //process the font pack function hmenu_process_font_pack(callback){ //load the html jQuery.ajax({ url: hmenu_ajax_url, type: "POST", data: { 'action': 'hmenu_process_file' }, dataType: "json" }).done(function(response){ //check data if(typeof callback !== 'undefined'){ eval(""+ callback +"("+response+");"); } }).fail(function(){ //page error }); }
Save
Cancel