Fix browse files link for not installed domain plugins

This commit is contained in:
Tamas Kocsis 2020-10-01 17:17:51 +02:00
parent 4b8dfc5114
commit dcbfb8afe0
3 changed files with 7 additions and 4 deletions

View file

@ -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) =>