Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitmisraw authored Jan 31, 2018
1 parent 53256bd commit d78e725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function select()
window.scroll({ top: 0, left: 0, behavior: "smooth" });
for(var j = 0; j < projects.length; j++)
{
if(projects[j] != this)
if(projects[j] !== this)
{
projects[j].classList.remove("selected");
links[j].style.display = "none";
Expand Down

0 comments on commit d78e725

Please sign in to comment.