fix sharing link confirm not appearing in modern ui #7503

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

si458 committed Dec 20, 2025 at 18:00 UTC 28a5ae5476511c6a53270321dcbe2f1efc587089
1 file changed +1 -1
views/default3.handlebars
+1 -1
@@ -4582,7 +4582,6 @@
4582 break;
4583 }
4584 case 'createDeviceShareLink': { // Guest sharing link
4585 - if (xxdialogTag) break;
4585 var node = getNodeFromId(message.nodeid), x = '';
4586 if (node == null) break;
4587 x += addHtmlValue("Device", node.name);
@@ -9505,6 +9504,7 @@
9504 } else {
9505 meshserver.send({ action: 'createDeviceShareLink', nodeid: currentNode._id, guestname: Q('d2inviteName').value.trim(), p: q, start: Math.floor(tag.start.selectedDates[0].getTime() / 1000), expire: parseInt(Q('d2inviteDuration').value), recurring: Q('d2timeRange').value - 1, consent: consent, viewOnly: viewOnly });
9506 }
9507 + return false;
9508 }
9509
9510 function deviceActionFunction() {