fix syntax error in web interface

I want to see it in the menu before further developing the
functionality.
This commit is contained in:
Tobias Mueller 2023-10-16 15:54:46 +02:00
parent 9bd78b4a1d
commit 55a6f8d10f

View File

@ -823,10 +823,13 @@ function handleRemove(ev)
} }
function handleSimSwap(ev) { function handleSimSwap(ev) {
var dlg = ui.showModal(_('Starting SIM swap...'), [ var dlg = ui.showModal(_('Starting SIM swap...'),
[
E('p', { 'class': 'spinning' }, E('p', { 'class': 'spinning' },
_('Shutting down modem…') _('Shutting down modem…')
]); )
]
)
} }
function handleOpkg(ev) function handleOpkg(ev)