author | Jakub Narebski <jnareb@gmail.com> | |
Thu, 26 Nov 2009 20:12:15 +0000 (21:12 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 1 Dec 2009 04:09:41 +0000 (20:09 -0800) | ||
commit | e627e50a70677c057e984aea8bac4c27687e9614 | |
tree | 9003931cdfec56e35e4658b007b5089c2707be86 | tree | snapshot |
parent | 6821dee9a91131e1a003ee65b2f4218a19ea8f3d | commit | diff |
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>
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 | diff | blob | history |