Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure reloads occur when the URL contains a hash.
When reloading a URL that contains a hash (e.g. `/page#target`) after an error, assigning to `window.location.href` is not enough. Explicitly call `window.location.reload()` to ensure a reload happens. Closes youtube#377.
- Loading branch information