Merge pull request #4 from emmatebibyte/js-license
This should be it lol sorry
This commit is contained in:
commit
55398749e1
@ -1,5 +1,5 @@
|
||||
/* cookies.js; Deven Blake 2021 */
|
||||
/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain */
|
||||
/* @license magnet:?xt=urn:btih:5ac446d35272cc2e4e85e4325b146d0b7ca8f50c&dn=unlicense.txt Unlicense */
|
||||
|
||||
window.setCookie = function(name, value){
|
||||
var d;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* quotes.js; Deven Blake 2021-2022 */
|
||||
/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain */
|
||||
/* @license magnet:?xt=urn:btih:5ac446d35272cc2e4e85e4325b146d0b7ca8f50c&dn=unlicense.txt Unlicense */
|
||||
/* With thanks to Ками on Discord. */
|
||||
|
||||
/* To use:
|
||||
|
@ -1,6 +1,6 @@
|
||||
/* Depends on cookies.js */
|
||||
/* sheets.js; Deven Blake 2021 */
|
||||
/* @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain */
|
||||
/* @license magnet:?xt=urn:btih:5ac446d35272cc2e4e85e4325b146d0b7ca8f50c&dn=unlicense.txt Unlicense */
|
||||
|
||||
/* sets the sheet to the sheet in the cookie, if the user saved their
|
||||
* preferences */
|
||||
|
Loading…
Reference in New Issue
Block a user