From fc6f6079fd23ac138b16fada9c167169a535affa Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 18 May 2007 13:17:59 +0200 Subject: [PATCH] Add $blamejs for the incremental blame view --- gitweb_config.perl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitweb_config.perl b/gitweb_config.perl index 2d864d2..a815a7f 100644 --- a/gitweb_config.perl +++ b/gitweb_config.perl @@ -26,6 +26,8 @@ $site_name = "Public Git Hosting"; ## URI of default stylesheet #our $stylesheet = "gitweb.css"; $stylesheet = "/gitweb.css"; +## URI of blame.js +$blamejs = "/blame.js"; ## URI of GIT logo #our $logo = "git-logo.png"; $logo = "/git-logo.png"; -- 2.11.4.GIT