diff --git a/services/web/frontend/js/pages/user/subscription/plans-v2/plans-v2-subscription-button.js b/services/web/frontend/js/pages/user/subscription/plans-v2/plans-v2-subscription-button.js index 4cd13e1115..1d6fce2772 100644 --- a/services/web/frontend/js/pages/user/subscription/plans-v2/plans-v2-subscription-button.js +++ b/services/web/frontend/js/pages/user/subscription/plans-v2/plans-v2-subscription-button.js @@ -17,15 +17,6 @@ function showGroupPlanModal(el) { changeGroupPlanModalRadioInputData(plan) const modalEl = $('[data-ol-group-plan-modal]') - modalEl - .on('shown.bs.modal', function () { - const path = `${window.location.pathname}${window.location.search}` - history.replaceState(null, document.title, path + '#groups') - }) - .on('hidden.bs.modal', function () { - history.replaceState(null, document.title, window.location.pathname) - }) - modalEl.modal() }