gitweb: Make linking to actions requiring JavaScript a feature
commite627e50a70677c057e984aea8bac4c27687e9614
authorJakub Narebski <jnareb@gmail.com>
Thu, 26 Nov 2009 20:12:15 +0000 (26 21:12 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Dec 2009 04:09:41 +0000 (30 20:09 -0800)
tree9003931cdfec56e35e4658b007b5089c2707be86
parent6821dee9a91131e1a003ee65b2f4218a19ea8f3d
gitweb: Make linking to actions requiring JavaScript a feature

Let gitweb turn some links (like 'blame' links) into linking to actions
which require JavaScript (like 'blame_incremental' action) only if
'javascript-actions' feature is enabled.

This means that links to such actions would be present only if both
JavaScript is enabled and 'javascript-actions' feature is enabled.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl