Use Blob.js and FileSaver.js for providing file downloads across platforms lacking blob and HTML5 download links.

This commit is contained in:
Michael Jumper
2013-07-01 14:49:56 -07:00
parent 984ab06100
commit 1391f628a8
8 changed files with 478 additions and 22 deletions

View File

@@ -409,12 +409,6 @@ p.hint {
cursor: pointer;
}
.download.notification .download a[href] {
color: white;
font-weight: bold;
text-decoration: none;
}
#preload {
visibility: hidden;
position: absolute;