Commit db8231a

bryfry <bryon.fryer@gmail.com>
2013-09-30 21:38:35
testing jq validate
1 parent 1e53f4a
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);
     });