From 12894bb753b2572f8d55aeed939eedc11f62420f Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 31 Jul 2008 19:02:46 +0200 Subject: [PATCH] html/girocco.js: Add shell for JavaScript code --- Girocco/CGI.pm | 1 + html/girocco.js | 1 + install.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 html/girocco.js diff --git a/Girocco/CGI.pm b/Girocco/CGI.pm index 84bf2e3..f3b0047 100644 --- a/Girocco/CGI.pm +++ b/Girocco/CGI.pm @@ -41,6 +41,7 @@ sub new { + diff --git a/html/girocco.js b/html/girocco.js new file mode 100644 index 0000000..53c5fe3 --- /dev/null +++ b/html/girocco.js @@ -0,0 +1 @@ +/* Girocco JS */ diff --git a/install.sh b/install.sh index d1a08a2..5221c0a 100755 --- a/install.sh +++ b/install.sh @@ -102,5 +102,5 @@ cp cgi/*.cgi gitweb/gitweb_config.perl "$cfg_cgiroot" ln -fs "$cfg_basedir"/Girocco "$cfg_cgiroot" ln -fs "$cfg_reporoot" "$cfg_webreporoot" cp gitweb/indextext.html "$cfg_webroot" -mv "$cfg_basedir"/html/*.css "$cfg_webroot" +mv "$cfg_basedir"/html/*.css "$cfg_basedir"/html/*.js "$cfg_webroot" cat gitweb/gitweb.css >>"$cfg_webroot"/gitweb.css -- 2.11.4.GIT