aboutsummaryrefslogtreecommitdiffstats
path: root/www/submit-problem.html
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-11-09 18:37:52 +0000
committerStruan Donald <struan@exo.org.uk>2012-11-09 18:37:52 +0000
commit19841b274a7113c8a7426a1f1b73d08d7b8a9da7 (patch)
tree9a8407cc938c7b893f8f71de02b2f67c6a98bb4e /www/submit-problem.html
parent104eb1440d2e8f877f7abf43f455a20f0dcc56fc (diff)
vclick is much faster than click
Diffstat (limited to 'www/submit-problem.html')
-rw-r--r--www/submit-problem.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/submit-problem.html b/www/submit-problem.html
index 8c4cfad..fc9109f 100644
--- a/www/submit-problem.html
+++ b/www/submit-problem.html
@@ -79,14 +79,14 @@
<div id="add_photo">
<label>Add a Photo</label>
- <input value="Take Photo" type="button" name="photo_button" id="id_photo_button" onclick="takePhoto(navigator.camera.PictureSourceType.CAMERA);" class="green-btn"> Or
- <input value="Choose" type="button" name="existing" id="id_existing" onclick="takePhoto(navigator.camera.PictureSourceType.SAVEDPHOTOALBUM);" class="green-btn">
+ <input value="Take Photo" type="button" name="photo_button" id="id_photo_button" class="green-btn"> Or
+ <input value="Choose" type="button" name="existing" id="id_existing" class="green-btn">
</div>
<div id="display_photo" style="display: none">
<label>Your Photo</label>
<img id="photo" src="" width="200" />
- <input value="Remove Photo" type="button" name="del_photo_button" id="id_del_photo_button" onclick="delPhoto();" class="green-btn">
+ <input value="Remove Photo" type="button" name="del_photo_button" id="id_del_photo_button" class="green-btn">
</div>
<input type="hidden" name="photo" id="form_photo" value="">