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