]> Lady’s Gitweb - Gitweb/commit
gitweb.js: Introduce code to handle cookies from JavaScript
authorJakub Narebski <redacted>
Thu, 28 Apr 2011 19:04:05 +0000 (21:04 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:31 +0000 (00:51 -0400)
commit66fe7ed5534cc4b940e6be66873ead8edb247df6b55b4ba8f1a25cf61f17c308
tree3ce4ea4d84f032aa9dcd246d65017898030591f0dbf27b3cb74919f8aad34141
parent47fe8fa87b01872f5ab58f2bd0e3ddc9ed5e11868698098ad082a3298a035e0d
gitweb.js: Introduce code to handle cookies from JavaScript

Introduced gitweb/static/js/cookies.js file provides functions for
setting, getting and deleting cookies.

Code taken from subsection "Cookies in JavaScript" of "Professional
JavaScript for Web Developers" by Nicholas C. Zakas and from cookie
plugin for jQuery (dual licensed under the MIT and GPL licenses).

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile
static/js/lib/cookies.js [new file with mode: 0644]
This page took 0.092473 seconds and 4 git commands to generate.