Created
February 14, 2014 16:17
-
-
Save ajorgensen/9003976 to your computer and use it in GitHub Desktop.
Fill in missing title for Github pull request truncated filenames
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
$(function() { | |
$(".css-truncate-target").each(function(i, obj) { | |
$(this).attr('title', $(this).text()); | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment