diff options
Diffstat (limited to 'www/js/mobile.js')
-rw-r--r-- | www/js/mobile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/mobile.js b/www/js/mobile.js index 6078ce4..5af1795 100644 --- a/www/js/mobile.js +++ b/www/js/mobile.js @@ -774,8 +774,8 @@ function display_saved_report() { fixmystreet.longitude = r.lon(); fixmystreet.pins = [ [ r.lat(), r.lon(), 'yellow', '', "", 'big' ] ]; - $('#title').text(r.title); - $('#details').text(r.detail); + $('#title').text(r.title()); + $('#details').text(r.detail()); if ( r.file() ) { $('#photo').attr('src', r.file()); $('#report-img').show(); |