Skip to content

Instantly share code, notes, and snippets.

@cesarmiquel
Forked from JoelBesada/README.md
Last active December 27, 2015 20:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cesarmiquel/7386459 to your computer and use it in GitHub Desktop.
Save cesarmiquel/7386459 to your computer and use it in GitHub Desktop.
Make Drupal issue queue information box sticky
jQuery('head').append('<script type="text/javascript" src="https://raw.github.com/garand/sticky/master/jquery.sticky.js"></script>');
jQuery('#block-project-issue-issue-metadata').css({width:300}).sticky({topSpacing:10});
{
"name": "Drupal Sticky Issue",
"description": "Makes the issue information sticky in Drupal issues.",
"icon": "http://icons.backtick.io.s3.amazonaws.com/backtick.png",
"link": "https://association.drupal.org/node/17983"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment