Merge remote-tracking branch 'rust/master'
This commit is contained in:
commit
217cb6f131
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
(function() {
|
||||
if (window.playgroundUrl) {
|
||||
$('pre.rust').hover(function() {
|
||||
if (!$(this).attr('id')) { return; }
|
||||
var id = '#' + $(this).attr('id').replace('rendered', 'raw');
|
||||
var a = $('<a>').text('⇱').attr('class', 'test-arrow');
|
||||
var code = $(id).text();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue