HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/incastiglionfiorentino/wp-content/plugins/qtranslate-x/admin/js/widgets-exec.js
/* executed for
 /wp-admin/widgets.php
*/
jQuery(document).ready(
function($){
	var qtx = qTranslateConfig.js.get_qtx();

	var onWidgetUpdate = function( evt, widget ){
		widget.find('span.in-widget-title').each(function(i,e){qtx.addDisplayHook(e);});
		widget.find("input[id^='widget-'][id$='-title']").each(function(i,e){qtx.refreshContentHook(e);});
		widget.find("textarea[id^='widget-text-'][id$='-text']").each(function(i,e){qtx.refreshContentHook(e);});
	}

	if(wpWidgets){
		$( document ).on( 'widget-added', onWidgetUpdate );
		$( document ).on( 'widget-updated', onWidgetUpdate );
	}

	var onLanguageSwitchAfter = function(){
		jQuery('#widgets-right .widget').each(function(){ wpWidgets.appendTitle(this); });
	}

	qtx.addLanguageSwitchAfterListener(onLanguageSwitchAfter);
});