Improved www.ttss.krakow.pl
Jacek Kowalski
2021-07-30 1dd714d5d3236c2b53b02c161c78ecf44ac0a217
[map] Update old stop hashes to new format (trams too)
1 files modified
4 ■■■■ changed files
map.js 4 ●●●● patch | view | raw | blame | history
map.js
@@ -946,8 +946,8 @@
        return false;
    },
    _updateOld: function() {
        if(window.location.hash.match(/^#!sb[0-9]{1,3}$/)) {
            this.go('sb' + window.location.hash.substr(4).padStart(4, '0'));
        if(window.location.hash.match(/^#!s[bt][0-9]{1,3}$/)) {
            this.go('s' + window.location.hash.charAt(3) + window.location.hash.substr(4).padStart(4, '0'));
        } else if(window.location.hash.match(/^#![bt][0-9]{3}$/)) {
            this.go('v' + window.location.hash.substr(2));
        } else if(window.location.hash.match(/^#![RHrh][A-Za-z][0-9]{3}$/)) {