diff options
Diffstat (limited to '')
-rw-r--r-- | js/RrdCmdLine.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/RrdCmdLine.js b/js/RrdCmdLine.js index 094596f..10adc5e 100644 --- a/js/RrdCmdLine.js +++ b/js/RrdCmdLine.js | |||
@@ -69,7 +69,7 @@ RrdCmdLine.prototype = { | |||
69 | this.parse_tick(this.split(arg)); | 69 | this.parse_tick(this.split(arg)); |
70 | } else if (arg.substring(0,10) === 'TEXTALIGN:') { | 70 | } else if (arg.substring(0,10) === 'TEXTALIGN:') { |
71 | this.parse_textalign(this.split(arg)); | 71 | this.parse_textalign(this.split(arg)); |
72 | } else if (arg.substring(0,7) === 'SHIFT:') { | 72 | } else if (arg.substring(0,6) === 'SHIFT:') { |
73 | this.parse_shift(this.split(arg)); | 73 | this.parse_shift(this.split(arg)); |
74 | } else if (arg.charAt(0) === '-') { | 74 | } else if (arg.charAt(0) === '-') { |
75 | var strip = 1; | 75 | var strip = 1; |