changing forgotten places were add codemirror 3.13

This commit is contained in:
ralph
2013-04-02 10:46:53 -04:00
parent c869edb305
commit 5952e69ada
3 changed files with 19 additions and 9 deletions

View File

@@ -696,7 +696,6 @@ var dynaformEditor={
if( jsEditor ) {
if(typeof jsEditor.setValue == 'function')
{
alert("Asigning xml contents: " + newCode);
jsEditor.setValue(newCode);//jsEditor.setCode(newCode);
}
}