diff --git a/homepage/style.css b/homepage/style.css
index a912b7e..19faf05 100644
--- a/homepage/style.css
+++ b/homepage/style.css
@@ -779,5 +779,8 @@ form#views button .updatenumber {
}
.testbtn {
- background:#77c487;
+ background:#77c487 !important;
+}
+#testsuccessmsg {
+ font-size:small;
}
\ No newline at end of file
diff --git a/scripts/config.php b/scripts/config.php
index 060d044..3122b66 100644
--- a/scripts/config.php
+++ b/scripts/config.php
@@ -206,7 +206,7 @@ function sendTestNotification(e) {
var xmlHttp = new XMLHttpRequest();
xmlHttp.onreadystatechange = function() {
if (xmlHttp.readyState == 4 && xmlHttp.status == 200) {
-
+ document.getElementById("testsuccessmsg").innerHTML = "Test sent! Make sure to Update Settings below."
e.classList.remove("disabled");
}
}
@@ -258,7 +258,8 @@ https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}
>
-
+
+