parent
c0458bb563
commit
3a1338b977
@ -3956,8 +3956,8 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
|
|||||||
Storage.get('layout_confirmed').then(function (result) {
|
Storage.get('layout_confirmed').then(function (result) {
|
||||||
if (result &&
|
if (result &&
|
||||||
(result.mobile
|
(result.mobile
|
||||||
? width <= result.width
|
? width == result.width
|
||||||
: width >= result.width
|
: width == result.width
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user