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