javascript-detection: do not munge javascript: links
commit96395bccaa46391a23bae02bef6059c440f12be9
authorKyle J. McKay <mackyle@gmail.com>
Sun, 14 Jun 2015 02:28:19 +0000 (13 19:28 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 14 Jun 2015 02:28:19 +0000 (13 19:28 -0700)
tree2ea614acae4f9fa4c7b760c88aa413c4eb721117
parent755e9b85ae25b4f48e8fcd84e8e3cb64ff40453b
javascript-detection: do not munge javascript: links

Adding a '?js=0' or '?js=1' to a 'javascript:...' link will
break it so update the RegExp to exclude them.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
gitweb/static/js/javascript-detection.js