aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/report.js
Commit message (Collapse)AuthorAgeLines
* tidy up of lots of unused filesStruan Donald2013-07-03-77/+0
|
* allow report to reset valuesStruan Donald2012-11-29-12/+12
|
* split report detail gathering acorss multiple screensStruan Donald2012-11-29-1/+4
|
* Store the time as milliseconds since the epoch rather than ISO 8601Mark Longair2012-11-20-2/+2
| | | | | | | Annoyingly, many variants of Javascript can't parse datetimes in the ISO 8601 variant that is output by Date's toString method. Instead, store the date and time as milliseconds since the Unix epoch, which is more widely supported.
* add update function to report objectStruan Donald2012-11-15-0/+3
|
* fix variable name clashesStruan Donald2012-11-15-9/+9
|
* tidy saved report code into an objectStruan Donald2012-11-13-0/+71