Commit 3655c9c
Changed files (1)
js/trax_input.js
@@ -29,7 +29,7 @@ bootstrap_alert = function () {}
bootstrap_alert.success = function (message) {
console.log('a');
$('#form_row').prepend(
- '<div class="text-center alert alert-dismissable col-sm-8 col-sm-offset-2">'+
+ '<div class="text-center alert alert-success alert-dismissable col-sm-8 col-sm-offset-2">'+
'<button type="button" class="close" aria-hidden="true" data-dismiss="alert">×</button>'+
message +
'</div>'