aboutsummaryrefslogtreecommitdiff
path: root/public/javascripts/url.js
Commit message (Collapse)AuthorAge
* Fix bugs in url updateNoah Loomans2017-01-30
| | | | | - Document title doesn't update - Page crashes when going back to front page
* Update the page URL when selecting userNoah Loomans2017-01-29
When you select a user and press the back button of your browser, it will exit out of schedule page instead of going back inside of the app. This is unexpected behavior. This commit will update the URL using history.pushState() when a user is selected. Allowing the browser navigation buttons to nicely integrate with the schedule.