diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-06-06 00:04:54 -0700 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-06-06 00:04:54 -0700 |
| commit | 1a6feb447f9c4fd461ba02dc45a93e569a283be0 (patch) | |
| tree | 2cadb27d639656f51ee7820589fe62cbf1716300 /deploy | |
| parent | cdc9c7e293a656573d49c4265b5867e34e8db7c8 (diff) | |
initial commit
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/mobile/image.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html index 6424d2a60..beca8b68b 100644 --- a/deploy/mobile/image.html +++ b/deploy/mobile/image.html @@ -9,7 +9,7 @@ <div id="root"> <p>Capture Image: <input type="file" accept="image/*" id="capture"> </div> - <script src="../imageUpload.js"></script> + <script src="../mobileInterface.js"></script> </body> </html>
\ No newline at end of file |
