Commit 0a693c5

bryfry <bryon.fryer@gmail.com>
2013-10-04 00:03:15
preview push
1 parent ad2390f
Changed files (1)
js/trax_input.js
@@ -9,8 +9,9 @@ $(document).ready( function() {
         type: form.method,
         data: $(form).serialize(),
         success: function (response) {
-          $('#submitAlert').show();
           $('#submitAlert').append(response);
+          $('#submitAlert').addClass('alert-success');
+          $('#submitAlert').show();
         } 
       });
     },