Stop removing all the other error messages

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-03-15 02:12:48 +01:00
parent a252ad8ad4
commit 7b124e6607
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -114,7 +114,6 @@ var ErrorReport = {
* @return {void}
*/
showErrorNotification: function () {
ErrorReport.removeErrorNotification();
var $div = $(
'<div class="alert alert-danger userPermissionModal error_message" role="alert" id="error_notification"></div>'