aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/mobile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/mobile.js b/www/js/mobile.js
index 9f27221..f717bd4 100644
--- a/www/js/mobile.js
+++ b/www/js/mobile.js
@@ -600,7 +600,7 @@ function display_saved_report() {
$('#title').text(r.title);
$('#details').text(r.detail);
if ( r.file() ) {
- $('#photo_link').attr('href', r.file());
+ $('#photo').attr('src', r.file());
$('#report-img').show();
} else {
$('#report-img').hide();