We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8764df0 commit c971bd8Copy full SHA for c971bd8
assets/js/current-projects.js
@@ -43,7 +43,7 @@ document.addEventListener("DOMContentLoaded",function(){
43
// for issue #4648, needed to add languages inside the technologies filter-item group, might be able to optimize for future iterations
44
45
// This ensures that the /projects-check page does not change
46
- if ((filterName === 'languages' || filterName === 'tools') && window.location.pathname === '/projects/' || window.location.pathname === "/") {
+ if ((filterName === 'languages' || filterName === 'tools') && (window.location.pathname === '/projects/' || window.location.pathname === "/")) {
47
// remove the view all button
48
document.querySelector(`#technologies`).lastElementChild.remove()
49
// insert data inside at the end of the category
0 commit comments