mirror of
https://github.com/Ylianst/MeshCommander
synced 2025-12-06 06:03:20 +00:00
Remove unintended. Pass smoke test.
This commit is contained in:
@@ -10494,7 +10494,6 @@
|
||||
} else if ((Q('idx_d24ocrBootUrl').value.trim()!='') && Q('idx_d24ocrBootUrl').value.trim().toLowerCase().startsWith("https")){
|
||||
r['UefiBootParametersArray'] = btoa(makeUefiBootParam(1, Q('idx_d24ocrBootUrl').value.trim()) + makeUefiBootParam(20, 1, 1) + makeUefiBootParam(30, 0, 2));
|
||||
r['UefiBootNumberOfParams'] = 3;
|
||||
return;
|
||||
} else {
|
||||
// it should not be here
|
||||
messagebox("UEFI HTTPS Boot", "HTTPS Boot configuration is invalid!");
|
||||
|
||||
@@ -49176,7 +49176,6 @@ var CreateWebSocketWrapper = function (host, port, path, certhash) {
|
||||
} else if ((Q('idx_d24ocrBootUrl').value.trim()!='') && Q('idx_d24ocrBootUrl').value.trim().toLowerCase().startsWith("https")){
|
||||
r['UefiBootParametersArray'] = btoa(makeUefiBootParam(1, Q('idx_d24ocrBootUrl').value.trim()) + makeUefiBootParam(20, 1, 1) + makeUefiBootParam(30, 0, 2));
|
||||
r['UefiBootNumberOfParams'] = 3;
|
||||
return;
|
||||
} else {
|
||||
// it should not be here
|
||||
messagebox("UEFI HTTPS Boot", "HTTPS Boot configuration is invalid!");
|
||||
|
||||
Reference in New Issue
Block a user