()
| 390 | } |
| 391 | |
| 392 | function saveCustomModifiers() { |
| 393 | localStorage.setItem(CUSTOM_MODIFIERS_KEY, customModifiersTextBox.value.trim()) |
| 394 | |
| 395 | loadCustomModifiers() |
| 396 | } |
| 397 | |
| 398 | function loadCustomModifiers() { |
| 399 | PLUGINS["MODIFIERS_LOAD"].forEach((fn) => fn.loader.call()) |
nothing calls this directly
no test coverage detected