From a4098ce5b1e3ce68fedf38a0f3e3d7d84f2c88c3 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sun, 24 Sep 2023 21:48:53 +0200 Subject: [PATCH] be friendly --- bin/web/js/main.js | 2 +- bin/web/js/utils.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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, }