Skip to content

Commit d265ca4

Browse files
Update fieldwork.html
1 parent ed8f841 commit d265ca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fieldwork.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ <h3>Field Data Collection Example</h3>
108108
xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8');
109109
// update the collected data as JSON
110110
xhr.send(JSON.stringify(database));
111+
console.log(database);
111112
info = document.getElementById("info");
112113
info.innerHTML = "Your data was sent!!"
113114
}

0 commit comments

Comments
 (0)