summaryrefslogtreecommitdiff
path: root/external/scripts
AgeCommit message (Collapse)Author
2014-10-19adding proper Save As (with non random filename); MIT licensedAlon Levy
Actually seems that the proper way to save nowadays is the [download] (https://html.spec.whatwg.org/multipage/semantics.html#attr-hyperlink-download) attribute of a 'a' element, but that's also supported by the added [FileSaver.js] (external/scripts/FileSaver.js)
2014-10-12jquery: use uncompressed, upgrade 1.11.0->1.11.1Alon Levy
2014-10-07d3: don't divide by zero if no weight is setAlon Levy
2014-10-05d3: use non minified version, upgrade to 3.4.11 from releaseAlon Levy
https://github.com/mbostock/d3/archive/v3.4.11.tar.gz Non scientifically, looks much faster on firefox.
2014-10-05move all external scripts to a subdirectory 'external'; easier to grep stuffAlon Levy