From d7b1def56b66e89f0beb81cdfad3e2f4ff64f715 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Mon, 15 Dec 2014 23:18:47 -0800 Subject: [PATCH] Fixed canRedirect --- app/js/services.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/js/services.js b/app/js/services.js index a38e1fe8..697bdda8 100644 --- a/app/js/services.js +++ b/app/js/services.js @@ -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; }