Created
          August 30, 2019 14:28 
        
      - 
      
- 
        Save max-kk/3e5605d6403c4564ec55e18ea3af1aeb to your computer and use it in GitHub Desktop. 
    FV :: redirect on click to the leaders image
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | if ( ! jQuery("body").hasClass("home") ) { | |
| jQuery(".fv-leaders img").on("click", function(e) { | |
| e.preventDefault(); | |
| window.location.href = "YOUR URL"; | |
| }); | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment