Bug: Javascript URLs must always use URL_BASE
Open
- Dominant language
- JavaScript
- Stars
- 80
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
The JS currently creates some URLs assuming that all URLs can be relative.
However that is not the case; e.g. the logged-in drop-down menu can appear on thread.html as well as at the top level. However nor can URLs be absolute,.
All URLs need to take account of URL_BASE.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.