Explorar el Código

formSubmit ì동일 적용

yujung hace 4 años
padre
commit
dd287ed5ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/webapp/ux/plugins/gaga/gaga.validation.js

+ 1 - 1
src/main/webapp/ux/plugins/gaga/gaga.validation.js

@@ -618,7 +618,7 @@ var gagajf = {
 					}
 				} else { // 실패
 					if (!gagajf.isNull(result.error.message)) {
-						mcxDialog.alert(result.error.message);
+						mcxDialog.alert(result.error.message.replaceAll("&lt;", "<").replaceAll("&gt;", ">"));
 					}
 
 					return;