1 parent e189ba4 commit 4c9f9efCopy full SHA for 4c9f9ef
app/js/init.js
@@ -40,7 +40,7 @@
40
bootReady.migration_check = true
41
} else {
42
if (kzVersion) {
43
- location.href = 'https://web.telegram.org/' + kzVersion.toLowerCase() + '/'
+ location.href = 'https://web.telegram.org/' + kzVersion.toLowerCase() + '/' + location.hash
44
return
45
}
46
$.getJSON('https://telegram.org/webogram_migrate').success(function(result) {
@@ -49,7 +49,7 @@
49
ConfigStorage.set({
50
kz_version: kzVersion
51
})
52
53
54
55
0 commit comments