Created
November 4, 2010 11:20
-
-
Save gr2m/662344 to your computer and use it in GitHub Desktop.
loads the time that is billable for today out of your mite.yo.lk
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
$.get( | |
'/time_entries.json?at=today&billable=true&group_by=day', | |
function(data) { alert($mite.minutes.minToStr(data[0].time_entry_group.minutes))} | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment