aboutsummaryrefslogtreecommitdiffstats
path: root/www/submit-problem.html
diff options
context:
space:
mode:
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="">