undo test line change

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Jun 2, 2025 at 16:32 UTC 31e4ebe803e7a89e02fd68e38913dca488e504f8
1 file changed +1 -1
views/default.handlebars
+1 -1
@@ -5708,7 +5708,7 @@
5708
5709 // Create the QR code
5710 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 });
5711 - Q('agins_qrimage_a').setAttribute('href', 'javascript:window.location.href=\'' + serverinfo.magenturl + ',' + serverinfo.agentCertHash + ',' + meshid.split('/')[2] + '\'');
5711 + Q('agins_qrimage_a').setAttribute('href', serverinfo.magenturl + ',' + serverinfo.agentCertHash + ',' + meshid.split('/')[2]);
5712
5713 if ((features & 0x2000) == 0)
5714 {