mirror of
https://github.com/srlabs/blue-merle.git
synced 2024-12-22 05:44:59 -05:00
fix syntax error in web interface
I want to see it in the menu before further developing the functionality.
This commit is contained in:
parent
9bd78b4a1d
commit
55a6f8d10f
@ -823,10 +823,13 @@ function handleRemove(ev)
|
||||
}
|
||||
|
||||
function handleSimSwap(ev) {
|
||||
var dlg = ui.showModal(_('Starting SIM swap...'), [
|
||||
var dlg = ui.showModal(_('Starting SIM swap...'),
|
||||
[
|
||||
E('p', { 'class': 'spinning' },
|
||||
_('Shutting down modem…')
|
||||
]);
|
||||
)
|
||||
]
|
||||
)
|
||||
}
|
||||
|
||||
function handleOpkg(ev)
|
||||
|
Loading…
Reference in New Issue
Block a user