Difference between revisions of "User:Vinoo/SafetyJSON"

m
m
Line 35: Line 35:
 
method: "POST",
 
method: "POST",
 
timeout: 30000,
 
timeout: 30000,
data: JSON.stringify({data: request_data}),
+
data: JSON.stringify(request_data),
 
dataType: "json",
 
dataType: "json",
 
error: function(jqxhr, textStatus, errorThrown) {  
 
error: function(jqxhr, textStatus, errorThrown) {  
Line 41: Line 41:
 
},
 
},
 
success: function(data, textStatus, jqXHR) {
 
success: function(data, textStatus, jqXHR) {
console.log(data);
+
console.log(Object.entries(data));
 
}
 
}
 
})
 
})

Revision as of 18:46, 14 August 2017

Team Name Country* Kind Check-Ins