Skip to content

Instantly share code, notes, and snippets.

@gr2m
Created November 4, 2010 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gr2m/662344 to your computer and use it in GitHub Desktop.
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
$.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