Skip to content

Commit

Permalink
fix what is highlighted by the anc page #smd hash
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshData committed Feb 7, 2014
1 parent 38d7104 commit 3a97d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ancbrigadesite/templates/ancbrigadesite/anc.html
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ <h2>{{ anc }} by the numbers</h2>
});


$("#smd" + window.location.hash.replace("#", "")).css({"background-color": "#ffffcc"});
$("#smd" + window.location.hash.replace("#", "")).find(">div").css({"background-color": "#ffffcc"});

var smd_bounds = {
{% for smd in info.smds.values %}
Expand Down

0 comments on commit 3a97d2b

Please sign in to comment.