Fixed canRedirect

This commit is contained in:
Igor Zhukov 2014-12-15 23:18:47 -08:00
parent d86b0a01ab
commit d7b1def56b

View File

@ -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;
}