Peter Stuge <peter@xxxxxxxx> writes: > Some javascript code will run in the browser onLoad and signals back to > gitweb that the browser can actually do javascript. > > The code adds [?;]js=1 into the URL of all links on the page. The code > always added [?;]js=1 to the end of links, which is wrong when links > contain a URI fragment, such as links directly to a line in a blob: > ..?p=repo.git;a=blob;f=file#l123 > > In this case, [?;]js=1 must be added before the hashmark. > > Signed-off-by: Peter Stuge <peter@xxxxxxxx> Nicely done. You forgot to mention another bug you fixed (see Jakub's sample in the thread), so I'll amend in a few sentences to describe it as well. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html