aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-03-17 22:17:17 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-03-17 22:17:17 -0400
commita87f23374cbeb491e528127475bba6f55031dd81 (patch)
tree468029ebf1abce87e7a40ed6355d240a83e52d3c
parent1328b125d2b414380d037206ab6f39b9d12f1ff1 (diff)
Small change
-rw-r--r--deploy/mobile/image.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html
index ae39a5217..6424d2a60 100644
--- a/deploy/mobile/image.html
+++ b/deploy/mobile/image.html
@@ -7,7 +7,7 @@
<body>
<div id="root">
- <p>Capture Image: <input type="file" accept="image/*" id="capture" capture="camera">
+ <p>Capture Image: <input type="file" accept="image/*" id="capture">
</div>
<script src="../imageUpload.js"></script>
</body>