diff --git a/bin/web/js/main.js b/bin/web/js/main.js index 413d4a1..f2984ad 100644 --- a/bin/web/js/main.js +++ b/bin/web/js/main.js @@ -173,7 +173,7 @@ const findInjectPanel = () => { window.onload = () => { 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) => { clearTimeout(window.panelFinderTimeout); diff --git a/bin/web/js/utils.js b/bin/web/js/utils.js index 4896b28..420f955 100644 --- a/bin/web/js/utils.js +++ b/bin/web/js/utils.js @@ -414,4 +414,5 @@ export { getParents, arraysEqual, mapValue, + isMobile, }