HEX
Server: Apache
System: Linux webd006.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: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/dodolodge-net/wp-content/plugins/sitepress-multilingual-cms/res/js/widgets.js
/*jshint browser:true, devel:true */
/*global jQuery */
var WPML_core = WPML_core || {};

WPML_core.widgets = (function( $ ) {
	"use strict";

	var init = function() {
		$(document).on('widget-added', function (e, widget) {
			var button = widget.find('.js-wpml-ls-slot-management-link');

			if (button.length > 0) {
				var sidebar_slug = widget.closest('.widgets-sortables').attr('id'),
					link         = button.attr('href');

				if ('#sidebars/' === link.slice(-10)) {
					button.attr('href', link + sidebar_slug);
				}
			}
		});
	};

	return {
		'init': init
	};

})( jQuery );

jQuery(function () {
    "use strict";

    WPML_core.widgets.init();
});