Fixing the newline error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user