add scrollbar

This commit is contained in:
2025-04-18 13:15:33 +02:00
parent 24cd1692c6
commit 967ae915b2
4 changed files with 107 additions and 81 deletions

View File

@@ -35,7 +35,7 @@ function send()
if (xhr.readyState !== 4) return;
console.log('Status: ' + xhr.status);
if (xhr.status === 200 || xhr.status === 401 || xhr.status === 403 || xhr.status === 412)
if (xhr.status === 200 || xhr.status === 400 || xhr.status === 401 || xhr.status === 403 || xhr.status === 412)
{
let resp = JSON.parse(xhr.responseText);
if (!resp.success || xhr.status !== 200)