Last active
September 16, 2015 17:05
-
-
Save nvolungis/5c232c13bd0d913075fb to your computer and use it in GitHub Desktop.
Julian's site
This file contains 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
//Let's wrap this in a closure so we keep isHidden local | |
(function(){ | |
var isHidden = true; | |
wistiaEmbedz46h62nme5.bind("secondchange", function (s) { | |
if(s >== 10 && isHidden) { | |
isHidden = false; | |
$('#lp-pom-button-26') | |
.css({'z-index':16777272}) | |
.show(); | |
} | |
}); | |
}()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment