This commit is contained in:
thednp 2016-11-26 19:00:32 +02:00
parent 3005967c32
commit f07f783731

View file

@ -46,7 +46,6 @@ if (document.body.offsetWidth < 1200 || checkMOBS) {
warning +='<p class="text-info">'+explain+'</p>';
warning +='</div>';
document.body.innerHTML = warning;
isMobile.Android() && alert(isMobile.Android());
throw new Error('This page is only for high-end desktop computers. ' + explain);
}