We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90faa09 commit 25c0ef5Copy full SHA for 25c0ef5
Doc/tools/static/copybutton.js
@@ -28,6 +28,7 @@ $(document).ready(function() {
28
var button = $('<span class="copybutton">>>></span>');
29
button.css(button_styles)
30
button.attr('title', hide_text);
31
+ button.data('hidden', 'false');
32
jthis.prepend(button);
33
}
34
// tracebacks (.gt) contain bare text elements that need to be
0 commit comments