From 5aa076e7698adefd2d14312fa9a9440590659033 Mon Sep 17 00:00:00 2001 From: OMGiTzPomPom Date: Fri, 16 Dec 2022 17:08:33 +0100 Subject: [PATCH] btn --- TD1/www/js/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/TD1/www/js/index.js b/TD1/www/js/index.js index eb1c5d4..6d2f2ce 100644 --- a/TD1/www/js/index.js +++ b/TD1/www/js/index.js @@ -77,6 +77,7 @@ function sucessCallbackCon() { let btn = document.getElementById('getCon'); btn.innerHTML = "Equestria.social Online"; btn.classList.remove("btn-info"); + btn.classList.remove("btn-danger"); btn.classList.add("btn-success"); }