Loading template/js/App.js +1 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,6 @@ Ext.define("Docs.App", { * @return {String} URL */ getBaseUrl: function() { return document.location.href.replace(/#.*/, ""); return document.location.href.replace(/#.*/, "").replace(/index.html/, ""); } }); Loading
template/js/App.js +1 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,6 @@ Ext.define("Docs.App", { * @return {String} URL */ getBaseUrl: function() { return document.location.href.replace(/#.*/, ""); return document.location.href.replace(/#.*/, "").replace(/index.html/, ""); } });