Improved www.ttss.krakow.pl
tsedor
2018-09-01 22ceb491d64d539150ec9a3a95f551677f1b314b
Update common.js

Updated temporary id for 126N from RF311, added new GT8N (RF325, RF326, RF327, RF328)
1 files modified
5 ■■■■ changed files
common.js 5 ●●●● patch | view | raw | blame | history
common.js
@@ -92,6 +92,8 @@
    // Single exception - old id used in one case
    if(id == 831) {
        id = 216;
    } else if(id == 311) {
        id = 899
    }
    
    if(101 <= id && id <= 174) {
@@ -121,7 +123,8 @@
        if(id == 313) {
            type = 'GT8C'
            low = 1;
        } else if(id == 323) {
        } else if(id == 323 || id >= 325) {
            type = 'GT8N'
            low = 1;
        }
    } else if(401 <= id && id <= 440) {