From 88d84a2d3aff5da612ac178a0931264d2517db4f Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 8 Nov 2011 22:55:03 +0000 Subject: [PATCH] This corrects the display freeze after a user updates his email address (presses enter) - patch by echto. --- exec/emailval.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exec/emailval.js b/exec/emailval.js index 18048f47de..065a1745a0 100644 --- a/exec/emailval.js +++ b/exec/emailval.js @@ -1,4 +1,5 @@ /******************************************************************************* +$ Id: $ FILE: emailval.js v0.2 BY : Michael J. Ryan (http://tracker1.info/) ON : 2005-02-14 @@ -109,7 +110,7 @@ function ChangeEmailAddress() { console.print("\1n \r\b\1h\1bEnter your email address below.\r\n\1n\1b:\1n "); user.netmail = console.getstr(user.netmail, 60, K_EDIT | K_LINE); - console.print("\r\n\1n \1\n"); + console.print("\r\n\1n \r\n"); } function EnterValidationCode() { -- GitLab