mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-08-06 13:18:30 +02:00
Minor fix to renew now function
This commit is contained in:
@@ -393,10 +393,12 @@
|
||||
|
||||
//Handle the renew now btn click
|
||||
function renewNow(){
|
||||
alert("wip");
|
||||
return
|
||||
$.get("/api/acme/autoRenew/renewNow", function(data){
|
||||
alert(data);
|
||||
if (data.error != undefined){
|
||||
parent.msgbox(data.error, false, 6000);
|
||||
}else{
|
||||
parent.msgbox(data)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user