Browse Source

new info form

andre 5 months ago
parent
commit
a9b2f85179
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Client/Templates/assets/js/setting/index.js

+ 1 - 1
app/UI/Client/Templates/assets/js/setting/index.js

@@ -8,6 +8,6 @@ mgEventHandler.on('ModalLoaded', null,function(){
 
     $('.modal-alert-top').each(function(index){
         var self = $(this);
-//        self.addClass('lu-alert--danger');
+        self.addClass('lu-alert--danger');
     });
 });