Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Stay on the release page when jumping between release versions
Always using the /module endpoint caused release pages to jump to file
listings (after requesting /module/AUTHOR/Foo-Bar-1.23/ and being
redirected to /source/...).

Jumping between module versions was unaffected.
  • Loading branch information
tsibley committed Jul 18, 2014
1 parent c436d35 commit a91db4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/inc/release-tools.html
Expand Up @@ -28,7 +28,7 @@
</li>
<%- IF versions.size > 1 %>
<li>
<select onchange="document.location.href='/module/'+this.value">
<select onchange="document.location.href='/<% IF module; "module"; ELSE; "release"; END %>/'+this.value">
<option>Jump to version</option>
<%- PROCESS version_options %>
</select>
Expand Down

0 comments on commit a91db4d

Please sign in to comment.