Created
November 3, 2017 13:45
-
-
Save max-kk/3464cd546675858edbd947fc71f75f9f to your computer and use it in GitHub Desktop.
FV - Disable click on Thumbnail
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
| jQuery(function($){ | |
| jQuery(document).on('click', '.fv_lightbox', function(e){ | |
| e.preventDefault(); | |
| return false; | |
| }); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment