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_; }