Disable mobile
This commit is contained in:
parent
5c521a72ca
commit
3465a8bef0
@ -38,7 +38,7 @@ Config.Navigator = {
|
||||
retina: window.devicePixelRatio > 1,
|
||||
ffos: navigator.userAgent.match(/mobi.+Gecko/i),
|
||||
touch: screen.width <= 768,
|
||||
mobile: true//screen.width < 480
|
||||
mobile: screen.width < 480
|
||||
};
|
||||
|
||||
Config.Schema = Config.Schema || {};
|
||||
|
Loading…
Reference in New Issue
Block a user