Created
March 9, 2015 16:26
-
-
Save TheGP/e1ad034191315b8e1740 to your computer and use it in GitHub Desktop.
jo show right away
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
| <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