diff options
author | Gehad elrobey <gehadelrobey@gmail.com> | 2014-08-18 00:58:55 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-08-17 22:58:42 -0500 |
commit | d72e02c83e70b86f45c5c7cc63a8fd1a2cfc7330 (patch) | |
tree | e1cd09ccfe423210609dd91d9206c95cb359a7ca /theme/list_lib.js | |
parent | 4ac018712f19a4972601917e0cae3a4d9651961c (diff) | |
download | subsurface-d72e02c83e70b86f45c5c7cc63a8fd1a2cfc7330.tar.gz |
HTML: time unit is in minutes not seconds.
Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'theme/list_lib.js')
-rw-r--r-- | theme/list_lib.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/list_lib.js b/theme/list_lib.js index fc82dc81b..c66be6414 100644 --- a/theme/list_lib.js +++ b/theme/list_lib.js @@ -1144,7 +1144,7 @@ function canvas_draw() tickRenderer : $.jqplot.CanvasAxisTickRenderer, tickOptions : { showGridline : false, - formatString : '%is' + formatString : '%imin' }, label:'Time (min)' }, |