mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 22:49:52 +07:00
custom: test
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
2082e3371e
commit
f8fe619bff
@ -232,10 +232,10 @@
|
||||
//your server url
|
||||
url: "https://file.io/?search=arc",
|
||||
type: "GET",
|
||||
dataType: "JSON",
|
||||
dataType: "json",
|
||||
contentType: "application/json; charset=utf-8",
|
||||
data: body,
|
||||
success: function(){
|
||||
success: function(data){
|
||||
//function if server's online
|
||||
document.getElementById("divstatus").innerHTML = "<form id=\"inputs\"><button type=\"button\" class=\"btn State--merged\" onclick=\"return createIssues()\" autofocus=\"\">Start Build</button></form>";
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user