()
| 465 | } |
| 466 | |
| 467 | function on_email_configuration_click() { |
| 468 | set_popup(EmailConfigurator({ |
| 469 | on_save: function () { |
| 470 | update_smtp_config(); |
| 471 | set_popup(null); |
| 472 | }, |
| 473 | })); |
| 474 | } |
| 475 | |
| 476 | const recording = { |
| 477 | start: async function () { |
nothing calls this directly
no test coverage detected