mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
fixed small JS error [h/t AR]
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
var HS = {'visible': 'hide', 'hidden': 'show'};
|
||||
//google.load("jquery", "1.3");
|
||||
//google.setOnLoadCallback(function() {
|
||||
$(document).ready(function() {
|
||||
hideTOC();
|
||||
|
||||
/* "hide", "open in new window", and (optionally) "download" widgets on code & screen blocks */
|
||||
var HS = {'visible': 'hide', 'hidden': 'show'};
|
||||
$("pre > code").each(function(i) {
|
||||
var pre = $(this.parentNode);
|
||||
if (pre.parents("table").length == 0) {
|
||||
|
||||
Reference in New Issue
Block a user