remove debug oversight
This commit is contained in:
parent
346d3ae0a1
commit
11d1312068
@ -2,7 +2,6 @@ window.isSmartphone = function() {
|
|||||||
// this check is also used in main.js. Note it should not detect
|
// this check is also used in main.js. Note it should not detect
|
||||||
// tablets because their display is large enough to use the desktop
|
// tablets because their display is large enough to use the desktop
|
||||||
// version.
|
// version.
|
||||||
return true;
|
|
||||||
return navigator.userAgent.match(/Android.*Mobile/);
|
return navigator.userAgent.match(/Android.*Mobile/);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user