Skip to content

Instantly share code, notes, and snippets.

@dvdsmpsn
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dvdsmpsn/41746992da4940fb0a82 to your computer and use it in GitHub Desktop.
Save dvdsmpsn/41746992da4940fb0a82 to your computer and use it in GitHub Desktop.
AJS.toInit(function ($) {
// '#find_link-content' is the location of the dropdown menu
$('#find_link-content').ajaxComplete(function () {
// Replace all the icons in the "Recent Issues" section
$(this).find('.aui-list-truncate img').attr('src','data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAaVBMVEX///+1tbWzs7OwsLD///+Li4vq6ur4+Pji4uLPz8/Hx8e1tbWmpqb29vazs7PW1tb///+srKzY2NjAwMCIiIiHh4d0dHRycnKLi4uDg4OTk5ORkZFwcHCHh4d6enqFhYV3d3d8fHyZmZke2Bp4AAAAFnRSTlMAIiIi3e7u7u7u7u7u7u7u7u7u7u7uxh/uMQAAAHZJREFUeF6Fz8kOwjAMRVEDdjozY2dsC///kSQB0goWHCmLdyUvAj+2JCu0AQoKi/NEIHVZ8R08yGc77xCPsoTZzzHn0Jp01rjmHTpmjdkrnDjq4qj2fZUCZzWq3trLEnRrk6EEDnoy5v4QuPHKOBLsrl9/+esJNi4MYbEkhTkAAAAASUVORK5CYII=');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment