Fix browse files link for not installed domain plugins
This commit is contained in:
parent
4b8dfc5114
commit
dcbfb8afe0
3 changed files with 7 additions and 4 deletions
|
@ -219,6 +219,9 @@ class Sidebar extends Class
|
|||
@wrapper.notifications.add "privatekey", "done", "Saved private key removed", 5000
|
||||
return false
|
||||
|
||||
# Use requested address for browse files urls
|
||||
@tag.find("#browse-files").attr("href", document.location.pathname.replace(/(\/.*?(\/|$)).*$/, "/list$1"))
|
||||
|
||||
|
||||
|
||||
animDrag: (e) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue