Redesigned the user interface #23
This commit is contained in:
parent
f7048d1e9f
commit
d93591bcb2
32 changed files with 846 additions and 1297 deletions
|
@ -43,7 +43,6 @@
|
|||
}
|
||||
// Check if on smartphone
|
||||
let onSmartphone = navigator.userAgent.toLowerCase().match(/android|webos|iphone|ipod|blackberry/i) != null;
|
||||
console.log(onSmartphone)
|
||||
// Configure keyboard when all DOM content has loaded
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
if (!onSmartphone) {
|
||||
|
@ -97,4 +96,4 @@
|
|||
}
|
||||
}
|
||||
});
|
||||
})()
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue