Skip to content

Commit

Permalink
Commented out console.log message
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbeckham committed May 21, 2024
1 parent e96bc09 commit 102f798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linkerd.io/assets/js/follow-linkedin.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
setTimeout(function(){
var buttonWrapper = document.querySelector('.linkedin__btn');
widthOriginal = buttonWrapper.getBoundingClientRect().width;
console.log("-"+widthOriginal);
//console.log("-"+widthOriginal);

if(widthOriginal>99){
buttonWrapper.style.display = 'none';
}
}, 2300);
}, 2300);

0 comments on commit 102f798

Please sign in to comment.