Author: michiel
Date: 2009-06-04 13:40:17 +0200 (Thu, 04 Jun 2009)
New Revision: 35714
Modified:
mmbase/trunk/core/src/main/webapp/mmbase/validation/validation.js.jsp
Log:
Mark updated divs as such
Modified: mmbase/trunk/core/src/main/webapp/mmbase/validation/validation.js.jsp
===================================================================
--- mmbase/trunk/core/src/main/webapp/mmbase/validation/validation.js.jsp
2009-06-04 11:39:23 UTC (rev 35713)
+++ mmbase/trunk/core/src/main/webapp/mmbase/validation/validation.js.jsp
2009-06-04 11:40:17 UTC (rev 35714)
@@ -779,7 +779,7 @@
if (element.id) {
var errorDiv = document.getElementById("mm_check_" +
element.id.substring(3));
if (errorDiv != null) {
- errorDiv.className = valid ? "mm_check_noerror" :
"mm_check_error";
+ errorDiv.className = valid ? "mm_check_noerror
mm_check_updated" : "mm_check_error mm_check_updated";
if (errorDiv) {
$(errorDiv).empty();
var errors = serverXml.documentElement ?
serverXml.documentElement.childNodes : [];
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs