luci: update link_share_man.htm
This commit is contained in:
parent
d8b2b7cc9c
commit
6d0b55eae2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user