iOS test
This commit is contained in:
parent
ac26d313d4
commit
6468281cf2
2 changed files with 12 additions and 7 deletions
|
@ -1,6 +1,7 @@
|
|||
import{ Dialog }from"./dialog.js";
|
||||
|
||||
const mobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
|
||||
const iOS = /iPhone|iPad|iPod/i.test(navigator.userAgent);
|
||||
|
||||
function setTheme(){
|
||||
let name = localStorage.getItem("theme");
|
||||
|
@ -600,6 +601,7 @@ export{ checkInstance };
|
|||
trimswitcher();
|
||||
export{
|
||||
mobile,
|
||||
iOS,
|
||||
getBulkUsers,
|
||||
getBulkInfo,
|
||||
setTheme,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue