Fixing the newline error
This commit is contained in:
@@ -2040,8 +2040,8 @@ ADMIN_HTML = """<!DOCTYPE html>
|
|||||||
|
|
||||||
async function resetGraph(btn) {{
|
async function resetGraph(btn) {{
|
||||||
if (!confirm(
|
if (!confirm(
|
||||||
'This will DELETE all learned URD edges, domain concepts, conflicts, and write logs.\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' +
|
'The standard English dictionary seed will be kept.\\n\\n' +
|
||||||
'Are you sure?'
|
'Are you sure?'
|
||||||
)) return;
|
)) return;
|
||||||
btn.disabled = true;
|
btn.disabled = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user