missed a local variable
This commit is contained in:
committed by
Brian Talbot
parent
2ce2f08664
commit
f50d304166
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user