Forgot to add human-readable license names
This commit is contained in:
parent
59f1e9c267
commit
baca2bb387
@ -1,5 +1,5 @@
|
|||||||
/* cookies.js; Deven Blake 2021; Public Domain */
|
/* cookies.js; Deven Blake 2021; Public Domain */
|
||||||
/* @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){
|
window.setCookie = function(name, value){
|
||||||
var d;
|
var d;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* quotes.js; Deven Blake 2021-2022; Public Domain */
|
/* quotes.js; Deven Blake 2021-2022; Public Domain */
|
||||||
/* With thanks to Ками on Discord. */
|
/* With thanks to Ками on Discord. */
|
||||||
/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt */
|
/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain */
|
||||||
/* To use:
|
/* To use:
|
||||||
* - add two elements with the IDs QUOTE_AUTHOR_ID (see code) and
|
* - add two elements with the IDs QUOTE_AUTHOR_ID (see code) and
|
||||||
* QUOTE_VALUE_ID (see code) respectively
|
* QUOTE_VALUE_ID (see code) respectively
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Depends on cookies.js */
|
/* Depends on cookies.js */
|
||||||
/* sheets.js; Deven Blake 2021; Public Domain */
|
/* sheets.js; Deven Blake 2021; Public Domain */
|
||||||
/* @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
|
/* sets the sheet to the sheet in the cookie, if the user saved their
|
||||||
* preferences */
|
* preferences */
|
||||||
|
Loading…
Reference in New Issue
Block a user