diff options
Diffstat (limited to 'gitweb/static/js/lib')
| -rw-r--r-- | gitweb/static/js/lib/cookies.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/gitweb/static/js/lib/cookies.js b/gitweb/static/js/lib/cookies.js index 72b51cd1b4..66b9a072a4 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 | 
