mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
Use the correct variable, works better
This commit is contained in:
parent
725e8c25ac
commit
56c9f5bcea
@ -823,7 +823,7 @@ var et2_link_string = et2_valueWidget.extend([et2_IDetachedDOM], {
|
||||
this.list = $j(document.createElement("ul"))
|
||||
.addClass("et2_link_string");
|
||||
|
||||
if(this.options['class']) this.node.addClass(this.options['class']);
|
||||
if(this.options['class']) this.list.addClass(this.options['class']);
|
||||
this.setDOMNode(this.list[0]);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user