Skip to content

Instantly share code, notes, and snippets.

View thorstenfriesen's full-sized avatar
🚀
wambo

Thorsten Friesen thorstenfriesen

🚀
wambo
View GitHub Profile
@thorstenfriesen
thorstenfriesen / keybase.md
Last active March 27, 2017 14:47
keybase.md

Keybase proof

I hereby claim:

  • I am thorstenfriesen on github.
  • I am tfriesen (https://keybase.io/tfriesen) on keybase.
  • I have a public key whose fingerprint is 6A48 3D82 0B0F 1D75 E4AE C0C7 A3C9 76B1 BA9B 5B25

To claim this, I am signing this object:

@thorstenfriesen
thorstenfriesen / gist:5574702
Created May 14, 2013 09:14
Workaround to unbind the event listeners for the agreement checkboxes
$$('.checkout-agreements p.agree').each(function(item){
var agreementsBlock = $(item);
if(agreementsBlock != undefined) {
agreementsBlock.replace('<p class="agree">' + agreementsBlock.innerHTML + '</p>');
}
});