Commit 3655c9c

bryfry <bryon.fryer@gmail.com>
2013-10-07 23:25:13
preview push
1 parent 74620e8
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">&times;</button>'+
       message +
     '</div>'