X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/66fe7ed5534cc4b940e6be66873ead8edb247df6b55b4ba8f1a25cf61f17c308..f3ddf5b87f42b68fad2aebdbbae36f5429051434461615ec57f828442f1c5259:/static/js/lib/cookies.js diff --git a/static/js/lib/cookies.js b/static/js/lib/cookies.js index ebb0513..aee0cbe 100644 --- a/static/js/lib/cookies.js +++ b/static/js/lib/cookies.js @@ -30,7 +30,7 @@ * If a negative value is specified or a date in the past), * the cookie will be deleted. * If set to null or omitted, the cookie will be a session cookie - * and will not be retained when the the browser exits. + * and will not be retained when the browser exits. * @param {String} [options.path] Restrict access of a cookie to particular directory * (default: path of page that created the cookie). * @param {String} [options.domain] Override what web sites are allowed to access cookie