jchris / taskr

lightweight realtime task tracking as a CouchApp
108 stars 18 forks source link

Pathbinder fix #3

Open bash-t opened 13 years ago

bash-t commented 13 years ago

When index.html is loaded as index.html (and not index.html#/) pathbinder it's not possible to use browsers back and forward buttons to navigate back to root. This is caused by the lastpath variable set to '#/' and never gets updated. When the page is loaded as index.html#/ lastpath is never set.