????JFIF??x?x????'
Server IP : 104.21.80.1 / Your IP : 216.73.216.220 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/././tempvsty/eaabusiness.com/tirterrassa/wp-content/plugins/wp-fastest-cache/js/ |
Upload File : |
window.wpfc = {}; window.wpfc.translate = function(word){ return (typeof window.wpfc.dictionary != "undefined" && typeof window.wpfc.dictionary[word] != "undefined" && window.wpfc.dictionary[word]) ? window.wpfc.dictionary[word] : word; }; jQuery.fn.extend({ wpfclang: function(){ var dictionary = window.wpfc.dictionary || {}; var el = jQuery(this); var text = el.attr("type") == "submit" ? el.val().trim() : el.text().trim(); var converted = typeof dictionary[text] == "undefined" ? text : dictionary[text]; if(typeof converted != "undefined" && converted){ if(el.attr("type") == "submit"){ el.val(converted); }else{ el.html(converted); } } } }); var Wpfclang = { language : "", init: function(language){ this.language = language; this.translate(); }, translate: function(){ if(typeof window.wpfc != "undefined" && typeof window.wpfc.dictionary != "undefined"){ var self = this; jQuery('#wpfc-read-tutorial span, #wpfc-plugin-setup-warning h3, #just-h1, #get-now-h1, #new-features-h1, div.wpfc-premium-step-footer ul li a, div.wpfc-premium-step-footer p, div.wpfc-premium-step-content, #wpbody-content label, div.question, .questionCon input[type="submit"], #message p, .wrap h2, #nextVerAct, select option, th, #rule-help-tip h4, #rule-help-tip label, .omni_admin_sidebar h3, #message p, #wpfc-image-static-panel span, #wpfc-statics-right div, #wpfc-image-static-panel p, #container-show-hide-image-list span, #wpfc-image-list th').each(function(){ if(jQuery(this).children().length === 0){ jQuery(this).wpfclang(); } }); } } };