diff --git a/app/js/services.js b/app/js/services.js index ee38a91b..f4b045ad 100755 --- a/app/js/services.js +++ b/app/js/services.js @@ -5720,7 +5720,7 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) popup = window.open('https://web.telegram.org', '_blank'); } catch (e) {} if (!popup) { - location = 'https://web.telegram.org'; + location.href = 'https://web.telegram.org'; } }, function () { Storage.set({https_dismiss: tsNow()});