Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/js/current-projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ document.addEventListener("DOMContentLoaded",function(){
// for issue #4648, needed to add languages inside the technologies filter-item group, might be able to optimize for future iterations

// This ensures that the /projects-check page does not change
if ((filterName === 'languages' || filterName === 'tools') && window.location.pathname === '/projects/') {
if ((filterName === 'languages' || filterName === 'tools') && (window.location.pathname === '/projects/' || window.location.pathname === "/")) {
// remove the view all button
document.querySelector(`#technologies`).lastElementChild.remove()
// insert data inside at the end of the category
Expand Down