Thanks to visit codestin.com Credit goes to github.com
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.
2 parents c724bae + 25c0ef5 commit ff47cfbCopy full SHA for ff47cfb
1 file changed
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