mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
more troubleshooting
This commit is contained in:
@@ -143,7 +143,7 @@ $(document).ready(function() {
|
||||
$(this).wrapInner('<div class=b></div>');
|
||||
var widgetHTML = '<div class=w>[<a class=toggle href="javascript:toggleCodeBlock(\'' + this.id + '\')">' + HS.visible + '</a>] [<a href="javascript:plainTextOnClick(\'' + this.id + '\')">open in new window</a>]';
|
||||
if ($(this).hasClass('cmdline')) {
|
||||
widgetHTML += ' [<a href="troubleshooting.html#running-python-on-the-command-line">command line help</a>]';
|
||||
widgetHTML += ' [<a href="troubleshooting.html#getting-to-the-command-line">command line help</a>]';
|
||||
}
|
||||
widgetHTML += '</div>';
|
||||
$(this).prepend(widgetHTML);
|
||||
|
||||
Reference in New Issue
Block a user