Last active
June 15, 2016 18:36
-
-
Save 7LayersDesign/d913e47ff7fa85f8c307571dfc208d65 to your computer and use it in GitHub Desktop.
forian
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
| $("#guac_click").on("click", function() { | |
| window.filmstrip.jumpSlide(3); | |
| // Fire impression | |
| var imp = "http://impressionurl?cb=" + (new Date()).getTime(); | |
| $('body').append("<img src='" + imp + "' width='1' height='1'>"); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment