X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/9e22c1d38a7ea592f3ccdc408317963e4588f0af2b62c1b82e2af6510dfb5871..6d6b14aafe57dcdbdb38729054a0560e4148b35b980ddca49b836b3db064e3be:/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