X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gitweb%2Fstatic%2Fjs%2Flib%2Fcookies.js;h=66b9a072a4a382b2b0e58e2b726d5f4b8dc7b67c;hb=65c2b2b509796965b9a584e4d92fec2afc4470cd;hp=72b51cd1b4c9ad63d9f8622d253aae51f81cb04d;hpb=dc865af65f2f97a738a1761d7e9d389101e29e7b;p=git.git diff --git a/gitweb/static/js/lib/cookies.js b/gitweb/static/js/lib/cookies.js index 72b51cd1b..66b9a072a 100644 --- a/gitweb/static/js/lib/cookies.js +++ b/gitweb/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