From 1805c42975072fe046b303fe7a5ecdbb054556d0 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 26 Aug 2007 13:31:36 +0200 Subject: [PATCH] gitweb_config: Include $gitwebjs --- gitweb_config.perl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitweb_config.perl b/gitweb_config.perl index a815a7f..e1384d7 100644 --- a/gitweb_config.perl +++ b/gitweb_config.perl @@ -28,6 +28,8 @@ $site_name = "Public Git Hosting"; $stylesheet = "/gitweb.css"; ## URI of blame.js $blamejs = "/blame.js"; +## URI of gitweb.js +$gitwebjs = "/gitweb.js"; ## URI of GIT logo #our $logo = "git-logo.png"; $logo = "/git-logo.png"; -- 2.11.4.GIT