Author: michiel
Date: 2009-05-28 23:54:24 +0200 (Thu, 28 May 2009)
New Revision: 35491
Modified:
mmbase/trunk/html/mmbase/validation/Widgets.js
Log:
Modified: mmbase/trunk/html/mmbase/validation/Widgets.js
===================================================================
--- mmbase/trunk/html/mmbase/validation/Widgets.js 2009-05-28 20:31:17 UTC
(rev 35490)
+++ mmbase/trunk/html/mmbase/validation/Widgets.js 2009-05-28 21:54:24 UTC
(rev 35491)
@@ -310,7 +310,8 @@
Widgets.prototype.labelsToInputs = function(selector, options) {
- var emptyisuntouched = options['emptyisuntouched'];
+ var emptyisuntouched = options && options['emptyisuntouched'];
+ //var ignornon = options && options['emptyisuntouched'];
$(document).ready(function() {
$(selector).each(function() {
var labelText = $(this).text();
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs