aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/js/binaryXHR.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-02jsrrdgraph: binaryXHR: jshint style fixesPeter Wu1-257/+264
Added jshint comment on top, added "use strict". Added missing semi-colons, converted to '===' (after validation). Added comment for `typeof strData == "unknown"`. Break one long line over two lines. There are no other changes except for whitespace and line ending changes. Check with `git diff -w`.
2014-07-25jsrrdgraph: Fix get reponseText in FetchBinaryURLManuel Luis SanmartĂ­n Rozada1-1/+1
2014-07-25jsrrdgraph: Upgrade to javascriptrrd ver 1.1.1Manuel Luis SanmartĂ­n Rozada1-23/+46
2013-05-10import js directory from jsrrdgraph for client side graph renderingPim van den Berg1-0/+234
Source: https://github.com/manuelluis/jsrrdgraph@276b880