diff options
author | Struan Donald <struan@exo.org.uk> | 2012-10-29 16:26:13 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-10-29 16:26:13 +0000 |
commit | a2cd1c4f56af89a658d6fbe292d6c99c6b57f0de (patch) | |
tree | 110369a4f779f7d0c6a09baf0f1417b85ac678b5 /www/js | |
parent | 42b4a0dbedb593f035fc3412c78b6cd31e3e5827 (diff) |
actually save the reports to local storage
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/mobile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/mobile.js b/www/js/mobile.js index 471c1a4..634c2ff 100644 --- a/www/js/mobile.js +++ b/www/js/mobile.js @@ -473,6 +473,7 @@ function save_report() { r = []; } r.push( params ); + localStorage.setObject('reports', r); $.mobile.changePage('my_reports.html'); } |