From 11d131206829c131677a03901acfbd64a6306921 Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Sat, 16 Feb 2013 13:55:11 +0100 Subject: [PATCH] remove debug oversight --- code/smartphone.js | 1 - 1 file changed, 1 deletion(-) diff --git a/code/smartphone.js b/code/smartphone.js index 6a1231d1..39013358 100644 --- a/code/smartphone.js +++ b/code/smartphone.js @@ -2,7 +2,6 @@ window.isSmartphone = function() { // this check is also used in main.js. Note it should not detect // tablets because their display is large enough to use the desktop // version. - return true; return navigator.userAgent.match(/Android.*Mobile/); }