diff options
| author | bors <bors@rust-lang.org> | 2014-06-07 12:01:41 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-06-07 12:01:41 -0700 |
| commit | ddd09df1377456de0f8376414d27828ba104df5b (patch) | |
| tree | 50b8f40310ca14fb088d180fad6478c2ba86bdc1 | |
| parent | ffdb881337911e65f25dba2dc6e67aed29ffa4cc (diff) | |
| parent | 3688c1d0ca854cd295f92680ef836bf5fec4271e (diff) | |
| download | rust-ddd09df1377456de0f8376414d27828ba104df5b.tar.gz rust-ddd09df1377456de0f8376414d27828ba104df5b.zip | |
auto merge of #14730 : alexcrichton/rust/issue-14723, r=cmr
Closes #14723
| -rw-r--r-- | src/librustdoc/html/static/playpen.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/playpen.js b/src/librustdoc/html/static/playpen.js index 5d2fe9c2166..473a20086ed 100644 --- a/src/librustdoc/html/static/playpen.js +++ b/src/librustdoc/html/static/playpen.js @@ -22,7 +22,7 @@ a.attr('target', '_blank'); $(this).append(a); }, function() { - $(this).find('a').remove(); + $(this).find('a.test-arrow').remove(); }); } }()); |
