Commit 2e15a0d

bryfry <bryon.fryer@gmail.com>
2013-10-07 23:09:32
preview push
1 parent 2a31c19
Changed files (1)
js/trax_input.js
@@ -26,6 +26,7 @@ $(document).ready( function() {
 
 bootstrap_alert = function () {}
 bootstrap_alert.success = function (message) {
+  console.log('a');
   $('alert_placeholder').html(
     '<div id="alert" class="text-center alert alert-dismissable col-sm-8 col-sm-offset-2">'+
       message +