fixed small JS error [h/t AR]

This commit is contained in:
Mark Pilgrim
2009-03-30 10:50:56 -04:00
parent dbcf5c541c
commit 586a1910ef
+1 -1
View File
@@ -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) {