Skip to content

Instantly share code, notes, and snippets.

@kinglozzer
Last active August 29, 2015 14:17
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 kinglozzer/6b72e09a4a068346dcda to your computer and use it in GitHub Desktop.
Save kinglozzer/6b72e09a4a068346dcda to your computer and use it in GitHub Desktop.
(function($) {
$('.KnitMailerEmailAdmin .cms-content-header-tabs .cms-panel-link').entwine({
onclick: function(event) {
alert('yes');
}
});
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment