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 4d941c9 commit b8c053dCopy full SHA for b8c053d
spec/_static/javascripts/version_dropdown.js
@@ -13,7 +13,7 @@ function add_version_dropdown(json_loc, target_loc, text) {
13
var currentURL = window.location.href;
14
var path = currentURL.split( "_site" )[ 1 ];
15
path = path.split('/');
16
- path = path.slice(1, path.length);
+ path = path.slice(2, path.length);
17
path = path.join('/');
18
for (var key in versions) {
19
if (versions.hasOwnProperty(key)) {
0 commit comments