btn
This commit is contained in:
parent
587f861a52
commit
5aa076e769
@ -77,6 +77,7 @@ function sucessCallbackCon() {
|
|||||||
let btn = document.getElementById('getCon');
|
let btn = document.getElementById('getCon');
|
||||||
btn.innerHTML = "Equestria.social Online";
|
btn.innerHTML = "Equestria.social Online";
|
||||||
btn.classList.remove("btn-info");
|
btn.classList.remove("btn-info");
|
||||||
|
btn.classList.remove("btn-danger");
|
||||||
btn.classList.add("btn-success");
|
btn.classList.add("btn-success");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user