Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2024
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. if(window.location.href.indexOf('?') > -1) { // Проверяем, есть ли в URL параметры
  2. var clean_uri = window.location.protocol + "//" + window.location.host + window.location.pathname;
  3. window.history.replaceState({}, document.title, clean_uri);
  4. }
  5.  
  6. // Теперь можно показать уведомление или что-то ещё
  7. document.getElementById("alert_bottom_dellDep").style.display = "block";
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement