diff --git a/src/js/ready.js b/src/js/ready.js index 6fa9dfd84..825101246 100644 --- a/src/js/ready.js +++ b/src/js/ready.js @@ -48,8 +48,8 @@ $(document).ready(() => { } else if (window.location.pathname !== "/") { if (/\/tribe.*/.test(window.location.pathname)) { } else { - let page = window.location.pathname.replace("/", ""); - UI.changePage(page); + // let page = window.location.pathname.replace("/", ""); + // UI.changePage(page); } } });