Skip to content

Instantly share code, notes, and snippets.

@TheGP
Created March 9, 2015 16:26
Show Gist options
  • Select an option

  • Save TheGP/e1ad034191315b8e1740 to your computer and use it in GitHub Desktop.

Select an option

Save TheGP/e1ad034191315b8e1740 to your computer and use it in GitHub Desktop.
jo show right away
<script>
var show_jo_right_now = setInterval(function(){
if ('undefined' != typeof(jo_show)) {
jo_show();
clearInterval(show_jo_right_now);
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment