diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-19 11:19:19 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-19 11:36:06 +0300 |
| commit | 23547b19674fed733245fc9bec0facb9af855e72 (patch) | |
| tree | 44f550e37aea76d76deb990a741d20afe867933d /index.html | |
| parent | e24c80e030949355d05634a550fb2224953f8a1f (diff) | |
adding proper Save As (with non random filename); MIT licensed
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)
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ <script src="external/scripts/jquery-ui.js"></script> <script src="external/scripts/autocomplete.js"></script> + <script src="external/scripts/FileSaver.js"></script> + <script src="scripts/caret.js"></script> </head> |
