Created
February 11, 2013 20:53
-
-
Save andershaig/4757525 to your computer and use it in GitHub Desktop.
Redirect to a URL after voting
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
| $(document).bind('didRefreshWidgetContent', function () { | |
| top.location.href = 'http://google.com/'; // Change the URL | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment