|
|
|
@ -4647,13 +4647,13 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
@@ -4647,13 +4647,13 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
|
|
|
|
|
.on('load error', function () { |
|
|
|
|
script1.remove() |
|
|
|
|
}) |
|
|
|
|
.attr('src', '//telegram.me/_websync_?authed=' + (canRedirect ? '1' : '0')) |
|
|
|
|
.attr('src', '//' + location.hostname + '/telegram-me/_websync_?authed=' + (canRedirect ? '1' : '0')) |
|
|
|
|
|
|
|
|
|
var script2 = $('<script>').appendTo('body') |
|
|
|
|
.on('load error', function () { |
|
|
|
|
script2.remove() |
|
|
|
|
}) |
|
|
|
|
.attr('src', '//t.me/_websync_?authed=' + (canRedirect ? '1' : '0')) |
|
|
|
|
.attr('src', '//' + location.hostname + '/t-me/_websync_?authed=' + (canRedirect ? '1' : '0')) |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|