diff --git a/Website/Include/CSS/style.css b/Website/Include/CSS/style.css index 06a557c..1d2cec8 100644 --- a/Website/Include/CSS/style.css +++ b/Website/Include/CSS/style.css @@ -278,4 +278,4 @@ hr { -webkit-animation: title 3.4s linear 1.7s infinite; animation: title 3.4s linear 1.7s infinite; opacity: 0; - } \ No newline at end of file + } diff --git a/Website/index.php b/Website/index.php index aab98ee..1e5bba1 100644 --- a/Website/index.php +++ b/Website/index.php @@ -173,13 +173,6 @@ $.post("process.php", $(this).serialize(), function(data){ $("#message").hide().html(data).slideDown("fast"); $("#theLoader").hide(); - if($('#danger').length){ - $('#short-button').removeClass("btn-primary btn-success btn-warning").addClass("btn-danger"); - }else if($('#success').length){ - $('#short-button').removeClass("btn-primary btn-danger btn-warning").addClass("btn-success"); - }else if($('#warning').length){ - $('#short-button').removeClass("btn-primary btn-success btn-danger").addClass("btn-warning"); - } }); });