diff --git a/app/js/services.js b/app/js/services.js index 8144a57a..ca6268db 100644 --- a/app/js/services.js +++ b/app/js/services.js @@ -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;