Commit 2e15a0d
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 +