(e)
| 308 | |
| 309 | // Show dialog for saving the current config. |
| 310 | function showSaveDialog(e) { |
| 311 | saveError.innerText = ''; |
| 312 | showDialog(saveDialog); |
| 313 | saveInput.focus(); |
| 314 | } |
| 315 | |
| 316 | // Commit save config. |
| 317 | function commitSave(e) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…