base: cleanup
This commit is contained in:
@@ -97,7 +97,8 @@
|
||||
const device = await adapter.requestDevice();
|
||||
if (!device) {
|
||||
modal.style.display = 'flex';
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
document.getElementById('hello-modal').style.display = 'flex';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user