HEX
Server: Apache
System: Linux webm020.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: thanexcelr (29537)
PHP: 7.3.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/thanexcelr/www/wp-content/plugins/slider-wd/wd/assets/js/overview.js
jQuery(window).resize(function () {
	tenWebOverviewResize();
});
jQuery(document).ready(function () {
	tenWebOverviewResize();
});

function tenWebOverviewResize(){
	if(jQuery(".tenweb_header_right").length){
		if (matchMedia('only screen and (max-width: 840px)').matches) {
		   jQuery(".tenweb_header_right").after(jQuery(".tenweb_header_right .header_text"));
		} else{
		   jQuery(".tenweb_header_right .button").before(jQuery(".tenweb_overview .inline-block.header_text"));
		}
	}
}