aboutsummaryrefslogtreecommitdiff
path: root/public/javascripts/url.js
Commit message (Collapse)AuthorAge
* Restructure projectNoah Loomans2017-09-13
|
* Add BETA to the title when BETA env is set to 1Noah Loomans2017-03-22
|
* Refactor item to userNoah Loomans2017-01-30
| | | | | While item is technically more correct, I still prefer user as i think it makes the code easier to understand.
* 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.