aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-03-17 22:17:53 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-03-17 22:17:53 -0400
commitd5191190467e3cb201db8d43fee3a3b53f88cdfb (patch)
tree30d73941ec6c1e2350ac3f507f7fb818147f6d82
parentbd3ffb97a92f5983ea86d8a5a69f2cdc24374a37 (diff)
parenta87f23374cbeb491e528127475bba6f55031dd81 (diff)
Merge branch 'server_dev' of https://github.com/browngraphicslab/Dash-Web into server_dev
-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>