Commit 82148d4
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" >×</button>'+