Skip to content
Snippets Groups Projects
Commit 43a8e022 authored by Gabriel Copat's avatar Gabriel Copat
Browse files

Bugifx

parent b3ed632c
No related branches found
No related tags found
1 merge request!11Resolve "As a user, I want to see all trails across a town and seamlessly move between them."
......@@ -68,9 +68,12 @@
}
if (active == null) {
unfade(clicked)
clicked.style.display="block"
} else if (active !== clicked) {
fade(active);
active.style.display="none"
unfade(clicked)
clicked.style.display="block"
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment