Skip to content

Instantly share code, notes, and snippets.

@andershaig
Created February 11, 2013 20:53
Show Gist options
  • Select an option

  • Save andershaig/4757525 to your computer and use it in GitHub Desktop.

Select an option

Save andershaig/4757525 to your computer and use it in GitHub Desktop.
Redirect to a URL after voting
$(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