Narrow header anchor selector.

This commit is contained in:
John-David Dalton
2016-07-04 13:38:24 -07:00
parent 5394bbf06a
commit d986901a1c

View File

@@ -19,7 +19,7 @@ function build(type) {
.attr('class', null) .attr('class', null)
.attr('id', null); .attr('id', null);
$(':header > a').each(function() { $(':header > a[href]').each(function() {
var $a = $(this); var $a = $(this);
$a.replaceWith($a.html()); $a.replaceWith($a.html());
}); });