aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>