made mobile work

This commit is contained in:
Nick Walton
2019-04-10 18:14:52 -06:00
parent db90566f64
commit f86cb386f5
2 changed files with 16 additions and 5 deletions
+8
View File
@@ -264,6 +264,14 @@ function start(){
startTyping()
Typer.startBlinker()
if(isMobileDevice()){
console.log("Mobile device");
}
else{
console.log("Not mobile device");
document.getElementById('buttons').style.visibility='hidden';
}
}