Created
December 29, 2019 01:51
-
-
Save cat-in-136/9a0b2c32599b84bb3119500443cf729f to your computer and use it in GitHub Desktop.
チケットの作成日・更新日を「○日前」ではなく日時で表示する for redmine4.1+
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
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2019 @cat_in_136 | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | |
0. You just DO WHAT THE FUCK YOU WANT TO. | |
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(){$('a[href*="activity"][title*=":"], abbr[title*=":"]').prepend(function(){return "["+$(this).attr("title")+"] "});}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment