auto merge of #14730 : alexcrichton/rust/issue-14723, r=cmr

Closes #14723
This commit is contained in:
bors 2014-06-07 12:01:41 -07:00
commit ddd09df137
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
a.attr('target', '_blank'); a.attr('target', '_blank');
$(this).append(a); $(this).append(a);
}, function() { }, function() {
$(this).find('a').remove(); $(this).find('a.test-arrow').remove();
}); });
} }
}()); }());