Skip to content

Commit

Permalink
not add .arlert bootstrap styles to div.error in subscribe page
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Sep 17, 2017
1 parent d0730a7 commit 856adf7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion js/dist/phpList_ui_bootlist.js
Expand Up @@ -2166,7 +2166,7 @@ if(!$('#dropdown-tabs').hasClass('btn-group')){

/* ALERTS */
$('div.note').addClass('alert alert-warning');
$('div.result, div.error').addClass('alert alert-danger');
$('div.result, div.error').not('body.fixed div.error').addClass('alert alert-danger');
if ( !$('body.send #sendmessageform #addtoqueue .missing').hasClass('h4') ){
$('body.send #sendmessageform #addtoqueue .missing').prepend('<span class="glyphicon glyphicon-warning-sign"></span>&nbsp; ');
}
Expand Down

0 comments on commit 856adf7

Please sign in to comment.