summaryrefslogtreecommitdiffstats
path: root/theme
diff options
context:
space:
mode:
authorGravatar Gehad elrobey <gehadelrobey@gmail.com>2014-08-18 00:58:55 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-08-17 22:58:42 -0500
commitd72e02c83e70b86f45c5c7cc63a8fd1a2cfc7330 (patch)
treee1cd09ccfe423210609dd91d9206c95cb359a7ca /theme
parent4ac018712f19a4972601917e0cae3a4d9651961c (diff)
downloadsubsurface-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')
-rw-r--r--theme/list_lib.js2
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)'
},