(shieldIndex)
| 220 | }; |
| 221 | |
| 222 | const duplicateShield = function(shieldIndex) { |
| 223 | const sign = post.panels[currentlySelectedPanelIndex].sign; |
| 224 | sign.duplicateShield(shieldIndex); |
| 225 | updateShieldSubform(); |
| 226 | redraw(); |
| 227 | } |
| 228 | |
| 229 | const importData = function(data) { |
| 230 | var newData = data.split("+"); |
no test coverage detected