HEX
Server: Apache
System: Linux webm010.cluster127.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: alloesb (202139)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/a/l/l/alloesb/www/wp-content/themes/listable/assets/js/modules/platformDetect.js
function platformDetect() {

	var	isIE = typeof (is_ie) !== "undefined" || (!(window.ActiveXObject) && "ActiveXObject" in window),
		isiele10 = ua.match(/msie (9|([1-9][0-9]))/i),
		isie9 = ua.match(/msie (9)/i);

	iOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;

	if (isIE) {
		$html.addClass('is--ie');
	}

	if (isiele10) {
		$html.addClass('is--iele10');
	}

	if (isie9) {
		$html.addClass('is--ie9');
	}

	if (/Edge\/12./i.test(navigator.userAgent)){
		$html.addClass('is--edge');
	}

	if( iOS ) {
		$html.addClass('is--ios');
	}
}