diff options
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/mobile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/mobile.js b/www/js/mobile.js index 66b83be..37c8763 100644 --- a/www/js/mobile.js +++ b/www/js/mobile.js @@ -542,7 +542,7 @@ function postReport(e) { if ( !validate_user_details() ) { $.mobile.loading('hide'); return; } var params = { - service: 'iphone', + service: device.platform, title: report.title(), detail: report.detail(), may_show_name: $('#form_may_show_name').attr('checked') ? 1 : 0, |