Merge pull request #12011 from Chocobo1/webui

Close document properly after writing
This commit is contained in:
Mike Tzou 2020-02-15 09:42:46 +08:00 committed by GitHub
commit 03087b72b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -934,6 +934,7 @@ const initializeWindows = function() {
url: 'api/v2/app/shutdown',
onSuccess: function() {
document.write('<!doctype html><html lang="${LANG}"><head> <meta charset="utf-8"> <title>QBT_TR(qBittorrent has been shutdown)QBT_TR[CONTEXT=HttpServer]</title></head><body> <h1 style="text-align: center;">QBT_TR(qBittorrent has been shutdown)QBT_TR[CONTEXT=HttpServer]</h1></body></html>');
document.close();
stop();
}
}).send();