Utente:Sakretsu/common.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
+
+
Riga 25:
opts.hasTouchScreen !== ( isIOS ? isIOS : navigator.maxTouchPoints > 0 )
) {
console.log( opts.maxScreenWidth )
console.log( window.innerWidth )
console.log( opts.hasTouchScreen )
console.log( isIOS )
console.log( navigator.maxTouchPoints )
return;
}