fix TS error
This commit is contained in:
parent
13c896d756
commit
f14075cad1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { Fullscreen } from "/fullscreen.js";
|
import { Fullscreen } from "./fullscreen.js";
|
||||||
const mobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
|
const mobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
|
||||||
export { mobile, getBulkUsers, getBulkInfo, setTheme, Specialuser };
|
export { mobile, getBulkUsers, getBulkInfo, setTheme, Specialuser };
|
||||||
function setTheme() {
|
function setTheme() {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { Fullscreen } from "/fullscreen.js";
|
import { Fullscreen } from "./fullscreen.js";
|
||||||
|
|
||||||
const mobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
|
const mobile = /iPhone|iPad|iPod|Android/i.test(navigator.userAgent);
|
||||||
export {mobile, getBulkUsers,getBulkInfo,setTheme,Specialuser}
|
export {mobile, getBulkUsers,getBulkInfo,setTheme,Specialuser}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue