diff options
Diffstat (limited to 'js/RrdCmdLine.js')
| -rw-r--r-- | js/RrdCmdLine.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/RrdCmdLine.js b/js/RrdCmdLine.js index c222498..48b3d9d 100644 --- a/js/RrdCmdLine.js +++ b/js/RrdCmdLine.js | |||
| @@ -252,6 +252,7 @@ RrdCmdLine.prototype = { | |||
| 252 | break; | 252 | break; |
| 253 | case 'step': | 253 | case 'step': |
| 254 | this.graph.step = parseInt(value, 10); | 254 | this.graph.step = parseInt(value, 10); |
| 255 | this.graph.step_orig = this.graph.step; | ||
| 255 | break; | 256 | break; |
| 256 | case 'start': | 257 | case 'start': |
| 257 | case 's': | 258 | case 's': |
