Created
November 11, 2017 19:28
-
-
Save tastycode/a951726666cff9a64d255f50472ca901 to your computer and use it in GitHub Desktop.
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
console.log('i am running the handler binder'); | |
$(function(event) { | |
console.log('I am running the redirector'); | |
window.location.replace( "https://www.patreon.com/bePatron?c=947861"); | |
}); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment