Browse Source

Fixed canRedirect

master
Igor Zhukov 10 years ago
parent
commit
d7b1def56b
  1. 1
      app/js/services.js

1
app/js/services.js

@ -4111,7 +4111,6 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) @@ -4111,7 +4111,6 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
location.protocol == 'https:' && location.hostname != 'web.telegram.org';
function sendAsyncRequest (canRedirect) {
canRedirect = false;
if (disabled) {
return false;
}

Loading…
Cancel
Save