var editor = CodeMirror.fromTextArea(sql, {
lineNumbers: true,
mode: "text/x-sql",
lineWrapping: true
lineWrapping: true,
smartIndent: false
});
// https://stackoverflow.com/questions/2086287/how-to-clear-jquery-validation-error-messages#answer-16025232
-