Fixing the newline error

This commit is contained in:
2026-04-21 18:04:36 +02:00
parent 2656951bb9
commit 35df8c56f2
+2 -2
View File
@@ -2040,8 +2040,8 @@ ADMIN_HTML = """<!DOCTYPE html>
async function resetGraph(btn) {{
if (!confirm(
'This will DELETE all learned URD edges, domain concepts, conflicts, and write logs.\n\n' +
'The standard English dictionary seed will be kept.\n\n' +
'This will DELETE all learned URD edges, domain concepts, conflicts, and write logs.\\n\\n' +
'The standard English dictionary seed will be kept.\\n\\n' +
'Are you sure?'
)) return;
btn.disabled = true;