From 31db0b4ea7a232dd22d96b2dd9a7dbddeaef841a Mon Sep 17 00:00:00 2001 From: hackademix Date: Mon, 21 Jan 2019 22:48:28 +0100 Subject: Mobile awareness in UI panels. --- html/mobile.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 html/mobile.js (limited to 'html/mobile.js') diff --git a/html/mobile.js b/html/mobile.js new file mode 100644 index 0000000..67930ae --- /dev/null +++ b/html/mobile.js @@ -0,0 +1 @@ +window.isMobile = !("windows" in browser); -- cgit v1.2.3