Skip to content

Commit

Permalink
Closes #22979 - correct css class for backgrounds (#22981)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Taylor authored and wilsonge committed Nov 9, 2018
1 parent bfca1c9 commit b767312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/media_src/system/js/core.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ Joomla.Modal = {
alertClass = 'info';
}

messagesBox.className = `alert ${alertClass}`;
messagesBox.className = `alert alert-${alertClass}`;

// Close button
const buttonWrapper = document.createElement('button');
Expand Down

0 comments on commit b767312

Please sign in to comment.