Commit cada73e
Changed files (1)
js/trax_input.js
@@ -16,7 +16,7 @@ $(document).ready( function() {
$inputs.prop("disabled", true);
// ajax request to input_process.php
- $.post('/input.php', serializedData, funciton(response) {
+ $.post('/input.php', serializedData, function(response) {
console.log("Response: "+ response);
});