From e10e10babd6e2e6e08a52d9fde45a9a7cc640811 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 10 Nov 2015 13:04:31 -0500 Subject: [PATCH] Removed a console.log from pageSetup --- js/custom/pageSetup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index f31d813..cf9e54a 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -5,7 +5,7 @@ $(document).ready(function () { $(this).before(''); }); $('a.toggle').click('click', function () { - console.log('clicked me!'); +// console.log('clicked me!'); $(this).toggleClass('open'); $(this).siblings('ul').toggleClass('open'); }); -- 2.17.1