. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 94.23.64.18 / Your IP :
216.73.216.185 [
Web Server : Apache System : Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : villadal ( 6036) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/villadal/www/old/wp-content/plugins/sitepress-multilingual-cms/res/js/ |
Upload File : |
jQuery(document).ready(function(){
display_side_bar_if_required();
show_help_links();
jQuery('#icl_sidebar_hide').click(icl_hide_sidebar);
jQuery('#icl_sidebar_show').click(icl_show_sidebar);
});
function show_help_links() {
var command = "icl_ajx_action=icl_help_links&_icl_nonce=" + jQuery('#_icl_nonce_hl').val();
jQuery.ajax({
type: "POST",
url: icl_ajx_url,
data: command,
cache: false,
success: function(msg){
spl = msg.split('|');
if(spl[0] == '1'){
jQuery('#icl_help_links').html(spl[1]);
display_side_bar_if_required();
} else {
jQuery('.icl_sidebar').fadeOut();
}
}
});
}
function display_side_bar_if_required() {
if(jQuery('#icl_sidebar_full').css('display')=='none') {
jQuery('#icl_sidebar').css({'width': '16px'});
} else {
jQuery('#icl_sidebar').css({'width': '207px'});
}
jQuery('#icl_sidebar').fadeIn();
}
function icl_show_sidebar() {
jQuery('#icl_sidebar_hide_div').fadeOut();
jQuery('#icl_sidebar_full').fadeIn(display_side_bar_if_required);
jQuery.ajax({
type: "POST",
url: icl_ajx_url,
data: "icl_ajx_action=icl_show_sidebar&state=show&_icl_nonce="+jQuery('#_icl_nonce_ss').val(),
async: true,
success: function(msg){
}
});
}
function icl_hide_sidebar() {
jQuery('#icl_sidebar_full').fadeOut(display_side_bar_if_required);
jQuery('#icl_sidebar_hide_div').fadeIn();
jQuery.ajax({
type: "POST",
url: icl_ajx_url,
data: "icl_ajx_action=icl_show_sidebar&state=hide&_icl_nonce="+jQuery('#_icl_nonce_ss').val(),
async: true,
success: function(msg){
}
});
}