be friendly
This commit is contained in:
parent
d6ceb356e5
commit
a4098ce5b1
2 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,7 @@ const findInjectPanel = () => {
|
||||||
|
|
||||||
window.onload = () => {
|
window.onload = () => {
|
||||||
if (isMobile()) {
|
if (isMobile()) {
|
||||||
alert('Variable Time is a tool currently designed to be used on desktop.');
|
alert('Sorry, Variable Time is a tool currently designed to be used on desktop!');
|
||||||
}
|
}
|
||||||
window.addEventListener('panelEvent', (e) => {
|
window.addEventListener('panelEvent', (e) => {
|
||||||
clearTimeout(window.panelFinderTimeout);
|
clearTimeout(window.panelFinderTimeout);
|
||||||
|
|
|
@ -414,4 +414,5 @@ export {
|
||||||
getParents,
|
getParents,
|
||||||
arraysEqual,
|
arraysEqual,
|
||||||
mapValue,
|
mapValue,
|
||||||
|
isMobile,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue