remove debug oversight

This commit is contained in:
Stefan Breunig 2013-02-16 13:55:11 +01:00
parent 346d3ae0a1
commit 11d1312068

View File

@ -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/);
}