(shieldIndex)
| 316 | |
| 317 | // Duplicate a shield |
| 318 | const duplicateShield = function(shieldIndex) { |
| 319 | const sign = post.panels[currentlySelectedPanelIndex].sign; |
| 320 | sign.duplicateShield(shieldIndex, currentlySelectedSubPanelIndex); |
| 321 | updateShieldSubform(); |
| 322 | redraw(); |
| 323 | } |
| 324 | |
| 325 | const checkSpecialShield = function(shieldIndex, specialShield) { |
| 326 | const shields = post.panels[currentlySelectedPanelIndex].sign.subPanels[currentlySelectedSubPanelIndex].shields; |
no test coverage detected