From 31e4ebe803e7a89e02fd68e38913dca488e504f8 Mon Sep 17 00:00:00 2001 From: si458 Date: Mon, 2 Jun 2025 16:32:48 +0100 Subject: [PATCH] undo test line change Signed-off-by: si458 --- views/default.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default.handlebars b/views/default.handlebars index 660e1c6a..faf55a63 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -5708,7 +5708,7 @@ // Create the QR code new QRCode(Q('agins_qrimage'), { text: serverinfo.magenturl + ',' + serverinfo.agentCertHash + ',' + meshid.split('/')[2], width: 180, height: 180, colorDark: '#000000', colorLight: '#EEE', correctLevel: QRCode.CorrectLevel.M }); - Q('agins_qrimage_a').setAttribute('href', 'javascript:window.location.href=\'' + serverinfo.magenturl + ',' + serverinfo.agentCertHash + ',' + meshid.split('/')[2] + '\''); + Q('agins_qrimage_a').setAttribute('href', serverinfo.magenturl + ',' + serverinfo.agentCertHash + ',' + meshid.split('/')[2]); if ((features & 0x2000) == 0) {