From ee8aab4b287507babc448d0a1b200d89232d3537 Mon Sep 17 00:00:00 2001 From: Andrea Cimbalo Date: Fri, 8 May 2015 18:30:42 +0200 Subject: [PATCH] changed index.html --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index fa6ad06..5d3b657 100644 --- a/index.php +++ b/index.php @@ -45,7 +45,7 @@ function parsedata(data){ } ['error', 'info', 'success'].forEach(function(what){ if (what in data){ - $('#alerts').append($('
').text(data[what]).fadeIn(700)) + $('#alerts').append($('
').html(data[what]).fadeIn(700)) } }); if ('avaible_services' in data){ @@ -193,7 +193,7 @@ function parsedata(data){
- +