mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 12:55:08 +02:00
Use an etemplate / top template level prefix to avoid DOM ID collisions
This commit is contained in:
@@ -292,7 +292,7 @@ var et2_DOMWidget = et2_widget.extend(et2_IDOMNode,
|
||||
{
|
||||
if (_value != "")
|
||||
{
|
||||
node.setAttribute("id", _value);
|
||||
node.setAttribute("id", this.getInstanceManager().uniqueId+'_'+this.id);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user