Skip to content

Instantly share code, notes, and snippets.

@nvolungis
Last active September 16, 2015 17:05
Show Gist options
  • Save nvolungis/5c232c13bd0d913075fb to your computer and use it in GitHub Desktop.
Save nvolungis/5c232c13bd0d913075fb to your computer and use it in GitHub Desktop.
Julian's site
//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