Browse Source

fix alerts

master
Andrea Cimbalo 11 years ago
parent
commit
17fa668150
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.php

+ 1
- 1
index.php View File

@ -44,7 +44,7 @@ function parsedata(data){
}
['error', 'info', 'success'].forEach(function(what){
if (what in data){
$('#alerts').append($('<div class="alert alert-block alert-'+what+'">').text(data[what]).append('uup-').fadeIn(700))
$('#alerts').append($('<div class="alert alert-block alert-'+what+'">').text(data[what]).fadeIn(700))
}
});
if ('avaible_services' in data){


Loading…
Cancel
Save