Skip to content

Instantly share code, notes, and snippets.

@muradddd
Created November 4, 2020 17:46
Show Gist options
  • Save muradddd/def2ad0358f27fda57bfab9d6462acee to your computer and use it in GitHub Desktop.
Save muradddd/def2ad0358f27fda57bfab9d6462acee to your computer and use it in GitHub Desktop.
if(getParams().category){
// əgər şərt ödənirsə burda d-block etmək lazımdır `filterİcon`u
document.querySelector('.clear-filter-description a').href = window.location.origin + window.location.pathname
}
if(getParams().category || getParams().company || getParams().keyword){
// əgər şərt ödənirsə burda d-block etmək lazımdır `filterİcon`u
document.querySelector('.clear-filter-description a').href = window.location.origin + window.location.pathname
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment