forked from extern/egroupware
Fix broken tree by removing extra line - was not supposed to be there
This commit is contained in:
parent
2b5f986a75
commit
7148a1f274
@ -251,9 +251,8 @@ var et2_tree = et2_inputWidget.extend(
|
||||
}
|
||||
// Item color - not working
|
||||
if(options[key].data && typeof options[key].data.color !== 'undefined' && options[key].data.color)
|
||||
this.autoloading_url = url;
|
||||
{
|
||||
options[key].style += "background-color ='"+options[key].data.color+"';";
|
||||
options[key].style = options[key].style || "" + "background-color ='"+options[key].data.color+"';";
|
||||
}
|
||||
|
||||
// Tooltip
|
||||
|
Loading…
Reference in New Issue
Block a user