Skip to content

Instantly share code, notes, and snippets.

@abernier
Created February 7, 2011 21:10
Show Gist options
  • Save abernier/815228 to your computer and use it in GitHub Desktop.
Save abernier/815228 to your computer and use it in GitHub Desktop.
My link is a form...
<a href="/legalbox/lb_js_scalableApp/issues/1/close" class="minibutton btn-close-pull-request bigger lighter" onclick="var f = document.createElement('form'); f.style.display = 'none'; this.parentNode.appendChild(f); f.method = 'POST'; f.action = this.href;var s = document.createElement('input'); s.setAttribute('type', 'hidden'); s.setAttribute('name', 'authenticity_token'); s.setAttribute('value', 'a6f416ab5b919087af9f2fbabc7748e298f495ff'); f.appendChild(s);f.submit();return false;">
<span><span class="icon"></span>Close Pull Request</span>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment