Improved www.ttss.krakow.pl
Jacek Kowalski
2016-12-25 2f753992f8a467eafb375255afb145d7984e0872
Add tram type - Newag Nevelo 126N
1 files modified
8 ■■■■ changed files
index.js 8 ●●●● patch | view | raw | blame | history
index.js
@@ -141,11 +141,15 @@
        } else if (id <= 626) {
            type = 'NGT6 (2)';
        }
    } else if (801 <= id && id <= 824) {
    } else if(801 <= id && id <= 824) {
        prefix = 'RY';
        type = 'NGT8';
        low = 2;
    } else if (901 <= id && id <= 936) {
    } else if(id == 899) {
        prefix = 'RY';
        type = '126N';
        low = 2;
    } else if(901 <= id && id <= 936) {
        prefix = 'RG';
        type = '2014N';
        low = 2;