summary: removing console log statements for testing
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Dec 2016 17:14:40 +0000 (12:14 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 14 Dec 2016 17:14:40 +0000 (12:14 -0500)
js/app.js
js/custom/pageSetup.js

index 125fda6..c24235a 100644 (file)
--- 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;
index 3b78879..63fd13e 100644 (file)
@@ -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;