web/data/cubicweb.widgets.js
branchtls-sprint
changeset 1467 972517be96dc
parent 1466 07a2d0c387ca
child 2390 c0d09a4ca3dc
--- a/web/data/cubicweb.widgets.js	Fri Apr 24 09:06:56 2009 +0200
+++ b/web/data/cubicweb.widgets.js	Fri Apr 24 09:20:52 2009 +0200
@@ -222,8 +222,7 @@
 
     __init__ : function(wdgnode) {
 	this.variables = getNodeAttribute(wdgnode, 'cubicweb:variables').split(',');
-	this.options = {'name' : wdgnode.getAttribute('cubicweb:inputname'),
-			'id'   : wdgnode.getAttribute('cubicweb:inputid'),
+	this.options = {'name'   : wdgnode.getAttribute('cubicweb:inputid'),
 			'rows' : wdgnode.getAttribute('cubicweb:rows') || 40,
 			'cols' : wdgnode.getAttribute('cubicweb:cols') || 80
 		       };