From d425cde227da3a44e703447f930c038ca1f937ff Mon Sep 17 00:00:00 2001 From: Peter Dietrich Date: Thu, 19 Jul 2012 14:30:52 +0200 Subject: [PATCH] Fixes uncommented console.log --- scripts/navhighlight.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/navhighlight.js b/scripts/navhighlight.js index ce61703..8ad8d24 100644 --- a/scripts/navhighlight.js +++ b/scripts/navhighlight.js @@ -19,7 +19,7 @@ if (eBottom <= viewBottom) { $('a[href="#'+e.id+'"]').addClass("active"); } else { - console.log("Start skipping test with "+e.id); + //console.log("Start skipping test with "+e.id); return false; } }