summaryrefslogtreecommitdiff
path: root/data/js
diff options
context:
space:
mode:
Diffstat (limited to 'data/js')
-rw-r--r--data/js/birdscan.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/js/birdscan.js b/data/js/birdscan.js
new file mode 100644
index 0000000..d1bba04
--- /dev/null
+++ b/data/js/birdscan.js
@@ -0,0 +1,7 @@
+
+function singlePicture() {
+ const xhttp = new XMLHttpRequest();
+ xhttp.open("POST", "./api/single_picture");
+ xhttp.send();
+}
+