diff --git a/WebContent/resources/navbar.js b/WebContent/resources/navbar.js index b4ab2f8..bd4390d 100644 --- a/WebContent/resources/navbar.js +++ b/WebContent/resources/navbar.js @@ -69,7 +69,7 @@ function checkEquals(a, b, n) { } function updateTips( t ) { tips - .html('

Error!!

') + .html('

'+t+'

') .addClass( "ui-state-highlight" ); $('.translate').localize(); setTimeout(function() {