Skip to content

Commit

Permalink
auto merge of rust-lang#14730 : alexcrichton/rust/issue-14723, r=cmr
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jun 7, 2014
2 parents ffdb881 + 3688c1d commit ddd09df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/html/static/playpen.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
a.attr('target', '_blank');
$(this).append(a);
}, function() {
$(this).find('a').remove();
$(this).find('a.test-arrow').remove();
});
}
}());
Expand Down

0 comments on commit ddd09df

Please sign in to comment.