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