Browse Source

Fixed mobile checks

Closes #577
master
Igor Zhukov 10 years ago
parent
commit
3a1338b977
  1. 4
      app/js/services.js

4
app/js/services.js

@ -3956,8 +3956,8 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) @@ -3956,8 +3956,8 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
Storage.get('layout_confirmed').then(function (result) {
if (result &&
(result.mobile
? width <= result.width
: width >= result.width
? width == result.width
: width == result.width
)
) {
return false;

Loading…
Cancel
Save