Guest User

Untitled

a guest
Jun 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $.get(
  2. '/time_entries.json?at=today&billable=true&group_by=day',
  3. function(data) { alert($mite.minutes.minToStr(data[0].time_entry_group.minutes))}
  4. );
Add Comment
Please, Sign In to add comment