Fix broken tree by removing extra line - was not supposed to be there

This commit is contained in:
Nathan Gray 2013-12-03 21:37:50 +00:00
parent 2b5f986a75
commit 7148a1f274

View File

@ -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