Created
January 10, 2014 18:08
-
-
Save pivotal-casebook/8359416 to your computer and use it in GitHub Desktop.
one-liners
This file contains hidden or 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
Pivotal Tracker: in a story's History view, replace the timestamps (e.g., "3 hours ago", "Jan. 1") with full-precision ones (e.g., "1 Jan 2014, 12:34pm"). | |
$("span[data-millis]").each(function(index) { $(this).html($(this).parent('span').attr('title'));}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment