mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Web UI: Fix login and logout relative URLs
This commit is contained in:
parent
c92eb1b17d
commit
dd71355e8a
2 changed files with 4 additions and 4 deletions
|
@ -371,7 +371,7 @@ initializeWindows = function() {
|
|||
addClickEvent('logout', function(e) {
|
||||
new Event(e).stop();
|
||||
new Request({
|
||||
url: '/logout',
|
||||
url: 'logout',
|
||||
method: 'get',
|
||||
onSuccess: function() {
|
||||
window.location.reload();
|
||||
|
@ -396,4 +396,4 @@ initializeWindows = function() {
|
|||
new Event(e).stop();
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue