From 6ac26e1a33cd62d8e7f25d36e7624b1bf414768f Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Mon, 16 Oct 2023 17:26:46 +0200 Subject: [PATCH] web ui: Fix a syntax error by closing the E() --- files/www/luci-static/resources/view/blue-merle.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/www/luci-static/resources/view/blue-merle.js b/files/www/luci-static/resources/view/blue-merle.js index 57bf341..516887a 100644 --- a/files/www/luci-static/resources/view/blue-merle.js +++ b/files/www/luci-static/resources/view/blue-merle.js @@ -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) {