mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-06 07:37:21 +02:00
Merge pull request #64 from daluntw/multidomain_fix
Fix multidomain UI handle incorrectly
This commit is contained in:
commit
c65f780613
@ -335,8 +335,9 @@
|
|||||||
//Invalid settings. Force the filename to be same as domain
|
//Invalid settings. Force the filename to be same as domain
|
||||||
//if there are only 1 domain
|
//if there are only 1 domain
|
||||||
filename = domains;
|
filename = domains;
|
||||||
}else{
|
}else if (filename == "" && domains.includes(",")){
|
||||||
parent.msgbox("Filename cannot be empty for certs containing multiple domains.")
|
parent.msgbox("Filename cannot be empty for certs containing multiple domains.", false, 5000);
|
||||||
|
$("#obtainButton").removeClass("loading").removeClass("disabled");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user