mirror of
https://github.com/srlabs/blue-merle.git
synced 2024-10-01 00:55:39 -04: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'},
|
E('p', { 'class': 'text'},
|
||||||
_("Please shutdown the device and go to another place before booting")
|
_("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(
|
).catch(
|
||||||
function(err) {
|
function(err) {
|
||||||
|
Loading…
Reference in New Issue
Block a user