J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link

Fix for the archive toggle #39

Closed J3RN closed 8 years ago

J3RN commented 8 years ago

The event listener was not being reloaded on page changes (thanks, Turbolinks!). The event listener load call has now been moved to the "page:change" event callback with the other event listener loads.

Closes #38