Commit 82148d4

bryfry <bryon.fryer@gmail.com>
2013-10-07 23:12:57
preview push
1 parent e20169d
Changed files (1)
js/trax_input.js
@@ -28,7 +28,7 @@ $(document).ready( function() {
 bootstrap_alert = function () {}
 bootstrap_alert.success = function (message) {
   console.log('a');
-  $('alert_placeholder').html(
+  $('#alert_placeholder').html(
     '<div id="alert" class="text-center alert alert-dismissable col-sm-8 col-sm-offset-2">'+
       message +
       '<button type="button" class="close" aria-hidden="true" data-dismiss="alert" >&times;</button>'+