mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Web UI: Fix login and logout relative URLs
This commit is contained in:
@@ -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();
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user