(path, data)
| 6908 | return; |
| 6909 | } |
| 6910 | await bootApp(); |
| 6911 | } catch (err) { |
| 6912 | handleError(err); |
| 6913 | } |
| 6914 | } |
| 6915 | |
| 6916 | function updateClock() { |
| 6917 | var now = new Date(); |
| 6918 | document.getElementById('clock').textContent = now.toLocaleTimeString('en-GB', { hour: '2-digit', minute: '2-digit' }); |
| 6919 | } |
no test coverage detected