From e1cf8f32a2f60ccc3932e3a4383031af188f0f86 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 20 Oct 2015 14:16:36 -0400 Subject: [PATCH] Style fix. --- themes/bootstrap3/js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/js/common.js b/themes/bootstrap3/js/common.js index 65cd170bb55..d841688d6c4 100644 --- a/themes/bootstrap3/js/common.js +++ b/themes/bootstrap3/js/common.js @@ -258,7 +258,7 @@ function ajaxLogin(form) { salt, btoa(unescape(encodeURIComponent(form.elements[i].value))) ); // hex encode the encrypted password - params[form.elements[i].name] = hexEncode(password) + params[form.elements[i].name] = hexEncode(password); } else { params[form.elements[i].name] = form.elements[i].value; } -- GitLab