From f50d304166fa7226636e4adb25a4d0afd99a8331 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Mon, 29 Jul 2013 15:11:57 -0400 Subject: [PATCH] missed a local variable --- cms/static/js/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/static/js/base.js b/cms/static/js/base.js index 8d09885231..77432eff12 100644 --- a/cms/static/js/base.js +++ b/cms/static/js/base.js @@ -630,7 +630,7 @@ function saveNewCourse(e) { // check for suitable encoding if (!bInErr) { - encoding_errMsg = gettext('Please do not use any spaces or special characters in this field.'); + var encoding_errMsg = gettext('Please do not use any spaces or special characters in this field.'); if (encodeURIComponent(org) != org) org_errMsg = encoding_errMsg;