mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #514] Clicking on links while there is a fragment in the url, appends url of link to fragment #295
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @al3xandros on GitHub (Dec 26, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/514
**Problem**Bug: Clicking on a link that has a fragment / named anchor does not redirect to the link that I want.
url is:
http://127.0.0.1:5000/#hello/folder/.Expected: Redirection to the link clicked. Expected Url:
http://127.0.0.1:5000/folder/#helloorhttp://127.0.0.1:5000/folder/.Configuration
Having directory listing on.
Log
Not needed
Screenshots/Media
Not needed
Environment Information
@al3xandros commented on GitHub (Dec 26, 2024):
If the
baseUrlfunction returned something like this:location.origin + location.pathname. I think the problem would be solved. Have not tested it