()
| 190 | * Update the shield subform with the new shield. |
| 191 | */ |
| 192 | const newShield = function() { |
| 193 | const sign = post.panels[currentlySelectedPanelIndex].sign; |
| 194 | sign.newShield(); |
| 195 | updateShieldSubform(); |
| 196 | redraw(); |
| 197 | }; |
| 198 | |
| 199 | /** |
| 200 | * Delete a shield to the current panel's sign. |
nothing calls this directly
no test coverage detected