web ui: Fix a syntax error by closing the E()

This commit is contained in:
Tobias Mueller 2023-10-16 17:26:46 +02:00
parent 955d0f993e
commit 6ac26e1a33

View File

@ -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) {