luci: update link_share_man.htm

This commit is contained in:
xiaorouji 2023-02-04 17:11:51 +08:00 committed by sbwml
parent d8b2b7cc9c
commit 6d0b55eae2

View File

@ -984,6 +984,10 @@ local has_xray = api.is_finded("xray")
s.innerHTML = "<font color='red'><%:Invalid Share URL Format%></font>: " + ssu[0];
return false;
}
if (opt.get('port').value) {
opt.get('port').focus();
opt.get('port').blur();
}
s.innerHTML = "<font color='green'><%:Import Finished %></font>";
return false;
}