X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/9e22c1d38a7ea592f3ccdc408317963e4588f0af2b62c1b82e2af6510dfb5871..169c1428a0ed03a1418c9a07b29cdf7b28195c6eb283e094a6fc8bf63e27a110:/Makefile diff --git a/Makefile b/Makefile index 77ee547..8d84f49 100644 --- a/Makefile +++ b/Makefile @@ -117,6 +117,8 @@ 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/blame_incremental.js