Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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