]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Include unminified versions of d3+jquery. Addresses #2208. 2208-unminified-js
authorBrian Warner <warner@lothar.com>
Fri, 25 Apr 2014 23:16:05 +0000 (16:16 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 25 Apr 2014 23:16:05 +0000 (16:16 -0700)
commitb6c0297deea77cce2aa22458f0645635cb1aa50d
tree9aafc0eaecf83aa6f185fc8018397343012aa2eb
parenta724c09ab8150448cbc308e5c7f62b307def34eb
Include unminified versions of d3+jquery. Addresses #2208.

This should hopefully satisfy the Debian requirement to include original
sources. The old minified files for d3 and jquery were 63k and 91k
respectively, while the new unminified files are 133k and 293k.
src/allmydata/web/download-status-timeline.xhtml
src/allmydata/web/static/d3-2.4.6.js [new file with mode: 0644]
src/allmydata/web/static/d3-2.4.6.min.js [deleted file]
src/allmydata/web/static/d3-2.4.6.time.js [new file with mode: 0644]
src/allmydata/web/static/d3-2.4.6.time.min.js [deleted file]
src/allmydata/web/static/d3-LICENSE.txt [new file with mode: 0644]
src/allmydata/web/static/jquery-1.11.0.js [new file with mode: 0644]
src/allmydata/web/static/jquery-1.6.1.min.js [deleted file]