enleve js de membre.html #293

Closed
opened 2026-08-14 15:24:40 -04:00 by ariasat · 0 comments
Member
  <script>
  function navigateMembrePage(section, page) {
    const params = new URLSearchParams(window.location.search);
    params.set(section + '_page', page);
    window.location.href = window.location.pathname + '?' + params.toString();
  }
  </script>

WHY????

``` <script> function navigateMembrePage(section, page) { const params = new URLSearchParams(window.location.search); params.set(section + '_page', page); window.location.href = window.location.pathname + '?' + params.toString(); } </script> ``` WHY????
ariasat self-assigned this 2026-08-17 10:22:52 -04:00
dnova closed this issue 2026-08-17 17:23:27 -04:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bottin/cms#293
No description provided.