diff options
| author | Manuel Luis SanmartĂn Rozada | 2014-07-25 19:46:28 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2014-07-25 20:35:55 +0200 |
| commit | 250b73402c2bccf4989e7913a098f7adb9276fc5 (patch) | |
| tree | 5400d7ab19bd9f4c5d85fae7b887b96fb64342ee /js | |
| parent | jsrrdgraph: Upgrade to javascriptrrd ver 1.1.1 (diff) | |
| download | apt-panopticon_cgp-250b73402c2bccf4989e7913a098f7adb9276fc5.zip apt-panopticon_cgp-250b73402c2bccf4989e7913a098f7adb9276fc5.tar.gz apt-panopticon_cgp-250b73402c2bccf4989e7913a098f7adb9276fc5.tar.bz2 apt-panopticon_cgp-250b73402c2bccf4989e7913a098f7adb9276fc5.tar.xz | |
jsrrdgraph: Fix get reponseText in FetchBinaryURL
Diffstat (limited to 'js')
| -rw-r--r-- | js/binaryXHR.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/binaryXHR.js b/js/binaryXHR.js index e4e7515..d82c808 100644 --- a/js/binaryXHR.js +++ b/js/binaryXHR.js | |||
| @@ -199,7 +199,7 @@ function FetchBinaryURL(url) { | |||
| 199 | } | 199 | } |
| 200 | request.send(null); | 200 | request.send(null); |
| 201 | 201 | ||
| 202 | var response=this.responseText; | 202 | var response=request.responseText; |
| 203 | try { | 203 | try { |
| 204 | // for older IE versions, the value in responseText is not usable | 204 | // for older IE versions, the value in responseText is not usable |
| 205 | if (IEBinary_getLength(this.responseBody)>0) { | 205 | if (IEBinary_getLength(this.responseBody)>0) { |
