From 586a1910ef589aee0e6a1ade3668f752096f308f Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Mon, 30 Mar 2009 10:50:56 -0400 Subject: [PATCH] fixed small JS error [h/t AR] --- dip3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dip3.js b/dip3.js index 76df991..bbdad0c 100644 --- a/dip3.js +++ b/dip3.js @@ -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) {