diff --git a/docs/app/js/app.js b/docs/app/js/app.js index 8e7d66b5b5..cfdc530159 100644 --- a/docs/app/js/app.js +++ b/docs/app/js/app.js @@ -14,7 +14,6 @@ angular.module('app', ['ngMaterial', 'navigation-modules', 'navigation-guides', ]; this.updateCurrentPage = function(path) { - path = path.replace(/^\//, ''); console.log('path', path); this.currentPage = null;