andre 5 mesiacov pred
rodič
commit
535454ca53

+ 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){
     $('.modal-alert-top').each(function(index){
         var self = $(this);
         var self = $(this);
-        self.addClass('lu-text-danger');
+        self.addClass('lu-danger');
     });
     });
 });
 });