X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/9e22c1d38a7ea592f3ccdc408317963e4588f0af2b62c1b82e2af6510dfb5871..e301db1d49799c3f6cce05ac75438cd76254de83cb4675c7b45e9019abcb6306:/Makefile diff --git a/Makefile b/Makefile index 77ee547..2236555 100644 --- 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