We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e8c02 commit aa1c23aCopy full SHA for aa1c23a
docs/app/src/versions.js
@@ -19,7 +19,7 @@ angular.module('versions', [])
19
};
20
21
$scope.jumpToDocsVersion = function(version) {
22
- var currentPagePath = $location.path();
+ var currentPagePath = $location.path().replace(/\/$/, '');
23
24
// TODO: We need to do some munging of the path for different versions of the API...
25
0 commit comments