mirror of
https://github.com/srlabs/blue-merle.git
synced 2024-12-22 13:55:00 -05:00
web ui: Fix a syntax error by closing the E()
This commit is contained in:
parent
955d0f993e
commit
6ac26e1a33
@ -855,7 +855,8 @@ function handleSimSwap(ev) {
|
||||
E('p', { 'class': 'text'},
|
||||
_("Please shutdown the device and go to another place before booting")
|
||||
),
|
||||
E('button', { 'class': 'btn cbi-button-positive', 'click': handleShutdown, 'disabled': isReadonlyView }, [ _('Shutdown…') ]), ' ',
|
||||
E('button', { 'class': 'btn cbi-button-positive', 'click': handleShutdown, 'disabled': isReadonlyView },
|
||||
[ _('Shutdown…') ])
|
||||
}
|
||||
).catch(
|
||||
function(err) {
|
||||
|
Loading…
Reference in New Issue
Block a user