diff --git a/index.php b/index.php index 6b908b0..0ace5e4 100644 --- a/index.php +++ b/index.php @@ -44,7 +44,7 @@ function parsedata(data){ } ['error', 'info', 'success'].forEach(function(what){ if (what in data){ - $('#alerts').append($('
').text(data[what]).append('uup-').fadeIn(700)) + $('#alerts').append($('
').text(data[what]).fadeIn(700)) } }); if ('avaible_services' in data){