Created
August 8, 2012 11:57
-
-
Save rayshih/3294558 to your computer and use it in GitHub Desktop.
Sun the total time like [12h] in trello
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
javascript:(function(){total = 0;$($(".list-area").html().match(/\[([^\]]+)h\]/g)).each(function(i, s){total += parseInt(s.match(/\d+/))});alert(total + "\n" + total/8);})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To Install: Create a bookmark and copy this gist to url field.
Usage: click the bookmark, then it will sum the total tims