Skip to content

Instantly share code, notes, and snippets.

View tonybaroneee's full-sized avatar

Anthony Barone tonybaroneee

View GitHub Profile
@tonybaroneee
tonybaroneee / keybase.md
Created November 8, 2016 15:41
keybase.md

Keybase proof

I hereby claim:

  • I am tonybaroneee on github.
  • I am tonybaroneee (https://keybase.io/tonybaroneee) on keybase.
  • I have a public key ASAmVB7ktIj4erapAAJx04uvepnT5RD1DxwOsamBPbVOrgo

To claim this, I am signing this object:

@tonybaroneee
tonybaroneee / better-blossom.js
Created September 21, 2015 21:23
Makes the weird people picker component less weird in blossom.
if (typeof jQuery !== 'undefined') {
var $ = window.jQuery;
$(document).ready(function () {
// Helper function for adding visible names besides pictures
var addNames = function (peopleitems) {
peopleitems.each(function (i, el) {
var $el = $(el),
$newNameSpot = $el.find('.x-collaborator-select-hover-area').children('div'),
nameTextSpan = $('<span />');
if ($newNameSpot.children('.name-text').length) return;