diff --git a/assets/src/js/functions/functions.js b/assets/src/js/functions/functions.js index e77147816..1ac13d03e 100755 --- a/assets/src/js/functions/functions.js +++ b/assets/src/js/functions/functions.js @@ -317,7 +317,9 @@ function redirect(href, data, method, blank) { var text = '
'; for (var name in data) { - text += ''; + if (name != 'msg') { + text += ''; + } } text += '
';