This Gist / Backtick command will make the issue queue description sticky when you scroll down the comments of the issue. Read more here: https://association.drupal.org/node/17983
-
-
Save cesarmiquel/7386459 to your computer and use it in GitHub Desktop.
Make Drupal issue queue information box sticky
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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