]> Lady’s Gitweb - Gitweb/blobdiff - Makefile
gitweb: JavaScript ability to adjust time based on timezone
[Gitweb] / Makefile
index 77ee5475e42b61b30de6b8979667aa798b90c4cc8834c110a95644cdf096b858..2236555d2a3483490a258afaf5d94f7395d2a8999dc8bcd93c0a49c529d2b5c2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,10 @@ GITWEB_FILES += static/git-logo.png static/git-favicon.png
 # js/lib/common-lib.js should be always first, then js/lib/*.js,
 # then the rest of files; js/gitweb.js should be last (if it exists)
 GITWEB_JSLIB_FILES += static/js/lib/common-lib.js
+GITWEB_JSLIB_FILES += static/js/lib/datetime.js
+GITWEB_JSLIB_FILES += static/js/lib/cookies.js
 GITWEB_JSLIB_FILES += static/js/javascript-detection.js
+GITWEB_JSLIB_FILES += static/js/adjust-timezone.js
 GITWEB_JSLIB_FILES += static/js/blame_incremental.js
 
 
This page took 0.237165 seconds and 4 git commands to generate.