mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-24 13:00:12 +08:00
made mobile work
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user