Commit e20169d
Changed files (1)
js/trax_input.js
@@ -10,6 +10,7 @@ $(document).ready( function() {
data: $(form).serialize(),
success: function (response) {
bootstrap_alert.success(response);
+ console.log('b');
}
});
},