From 21519c46c517c848fb5cb187377b37a80c63c0e4 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Thu, 16 Dec 2021 07:49:51 -0500 Subject: [PATCH] Stopped hardcoding beestat.touch. --- js/beestat/touch.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/beestat/touch.js b/js/beestat/touch.js index 29cab06..6cacd29 100644 --- a/js/beestat/touch.js +++ b/js/beestat/touch.js @@ -5,7 +5,6 @@ * @return {boolean} Whether or not the device is touch enabled. */ beestat.touch = function() { - return true; if (beestat.touch_ !== undefined) { return beestat.touch_; }