From 934824748d2e74d4012edf069d19ea745c73685b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 14 Dec 2016 12:14:40 -0500 Subject: [PATCH] summary: removing console log statements for testing --- js/app.js | 1 - js/custom/pageSetup.js | 1 - 2 files changed, 2 deletions(-) diff --git a/js/app.js b/js/app.js index 125fda6..c24235a 100644 --- a/js/app.js +++ b/js/app.js @@ -54,7 +54,6 @@ $(document).ready(function () { var changed; $(anchors).hover( function(){ - console.log($(this).css('color')); if( $(this).css('color') === 'rgb(0, 101, 130)' ){ $(this).css("color", "#fcb930"); changed = true; diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 3b78879..63fd13e 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -45,7 +45,6 @@ $(document).ready(function () { var changed; $(anchors).hover( function(){ - console.log($(this).css('color')); if( $(this).css('color') === 'rgb(0, 101, 130)' ){ $(this).css("color", "#fcb930"); changed = true; -- 2.17.1