diff --git a/index.html b/index.html
index 6cf1f5d3..f0f3666b 100644
--- a/index.html
+++ b/index.html
@@ -493,7 +493,7 @@
}
function setSuccess(info) {
- $("#statusBar").html('
' +
+ $("#statusBar").after('
' +
'' +
info + '
');
@@ -505,7 +505,7 @@
}
function setError(error) {
- $("#statusBar").html('
' +
+ $("#statusBar").after('
' +
'' +
error + '
');
@@ -644,16 +644,14 @@
-
+
-