We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c9cd5 commit aeed427Copy full SHA for aeed427
website/app.js
@@ -11,7 +11,7 @@ var version = document.getElementById('version');
11
12
var segments = document.location.pathname.split('/');
13
if (segments.indexOf('tags') !== -1)
14
- version.value = segments[2].replace(/\.html$/, '');
+ version.value = segments[3].replace(/\.html$/, '');
15
16
version.addEventListener('change', function() {
17
document.location = '/react-router/tags/'+this.value+'.html';
0 commit comments