aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'deploy')
-rw-r--r--deploy/mobile/image.html (renamed from deploy/mobile/image_upload.html)2
-rw-r--r--deploy/mobile/ink.html (renamed from deploy/mobile/ink_controls.html)2
2 files changed, 2 insertions, 2 deletions
diff --git a/deploy/mobile/image_upload.html b/deploy/mobile/image.html
index 4cfd931ac..0a5f90d79 100644
--- a/deploy/mobile/image_upload.html
+++ b/deploy/mobile/image.html
@@ -7,7 +7,7 @@
<body>
<div id="root"></div>
- <script src="../image_upload.js"></script>
+ <script src="../imageUpload.js"></script>
</body>
</html> \ No newline at end of file
diff --git a/deploy/mobile/ink_controls.html b/deploy/mobile/ink.html
index 725ed3685..938d85794 100644
--- a/deploy/mobile/ink_controls.html
+++ b/deploy/mobile/ink.html
@@ -7,7 +7,7 @@
<body>
<div id="root"></div>
- <script src="../ink_controls.js"></script>
+ <script src="../inkControls.js"></script>
</body>
</html> \ No newline at end of file