diff options
author | Chris Schlaeger <chris@linux.com> | 2016-02-28 21:29:00 +0100 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2016-02-28 21:29:00 +0100 |
commit | fa8d419e0f5b87501061600508c6c52be84ceb30 (patch) | |
tree | 34d9c09223cb04fa530754c655188eab038ba97a /misc | |
parent | 6c2e9624364af2713a54b2e8655e954206271ec9 (diff) | |
download | postrunner-fa8d419e0f5b87501061600508c6c52be84ceb30.zip |
NEW: Add checkbox to frames in activity page to hide the frame.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/postrunner/trackview.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/postrunner/trackview.js b/misc/postrunner/trackview.js index 8f16f98..b461832 100644 --- a/misc/postrunner/trackview.js +++ b/misc/postrunner/trackview.js @@ -1,7 +1,7 @@ /* - * TrackView.rb -- PostRunner - Manage the data from your Garmin sport devices. + * TrackView.js -- PostRunner - Manage the data from your Garmin sport devices. * - * Copyright (c) 2014 by Chris Schlaeger <cs@taskjuggler.org> + * Copyright (c) 2014, 2015, 2016 by Chris Schlaeger <cs@taskjuggler.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of version 2 of the GNU General Public License as |