(shieldIndex)
| 399 | }; |
| 400 | |
| 401 | function shield(shieldIndex) { |
| 402 | add(panel.sign.shields[shieldIndex].type); |
| 403 | add(panel.sign.shields[shieldIndex].routeNumber); |
| 404 | add(panel.sign.shields[shieldIndex].to); |
| 405 | add(panel.sign.shields[shieldIndex].specialBannerType); |
| 406 | add(panel.sign.shields[shieldIndex].bannerType); |
| 407 | add(panel.sign.shields[shieldIndex].bannerType2); |
| 408 | add2(panel.sign.shields[shieldIndex].bannerPosition); |
| 409 | dataToSave += "," |
| 410 | } |
| 411 | |
| 412 | function specialshield(shieldIndex) { |
| 413 | add(panel.sign.shields[shieldIndex].type); |
no test coverage detected