1
0

Merge pull request #3 from emmatebibyte/js-license

Forgot to add human-readable license names
This commit is contained in:
dtb 2022-02-22 21:56:39 -05:00 committed by GitHub
commit 211a3cd690
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/* cookies.js; Deven Blake 2021 */
/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */
/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain */
window.setCookie = function(name, value){
var d;

View File

@ -1,6 +1,7 @@
/* quotes.js; Deven Blake 2021-2022 */
/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */
/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain */
/* With thanks to Ками on Discord. */
/* To use:
* - add two elements with the IDs QUOTE_AUTHOR_ID (see code) and
* QUOTE_VALUE_ID (see code) respectively

View File

@ -1,6 +1,6 @@
/* Depends on cookies.js */
/* sheets.js; Deven Blake 2021 */
/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */
/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain */
/* sets the sheet to the sheet in the cookie, if the user saved their
* preferences */