Skip to content

Commit

Permalink
Message alert displays error in thememagic
Browse files Browse the repository at this point in the history
Message alert displays error in thememagic
  • Loading branch information
trungch committed Mar 28, 2016
1 parent ba66212 commit e88bc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/plg_system_t3/admin/thememagic/js/thememagic.js
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ var T3Theme = window.T3Theme || {};

T3Theme.jalert = $([
'<div class="alert alert-', (type || 'info'), '">',
'<button type="button" class="close" data-dismiss="alert">×</button>',
'<button type="button" class="close" data-dismiss="alert">&#215;</button>',
(title ? '<h4 class="alert-heading">' + title + '</h4>' : ''),
'<p>', msg, '</p>',
'</div>'].join(''))
Expand Down

0 comments on commit e88bc81

Please sign in to comment.