aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/mobile.js1
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');
}