Commit 92bd14f26486080b7f96ca4d3381a39741cce3a2
1 parent
474d4e8f
buildtreemap logo bug
Showing
1 changed file
with
2 additions
and
1 deletions
datalets/datasetexplorer-datalet/js/buildtreemap2.js
| @@ -150,7 +150,8 @@ function build2(root, meta, place_holder, select_listener, width, height) { | @@ -150,7 +150,8 @@ function build2(root, meta, place_holder, select_listener, width, height) { | ||
| 150 | var key = (typeof OW == 'undefined') ? "" : OW.getLanguageText('openwall', 'provider_'+id); | 150 | var key = (typeof OW == 'undefined') ? "" : OW.getLanguageText('openwall', 'provider_'+id); |
| 151 | //data[3] = key; | 151 | //data[3] = key; |
| 152 | data[3] = datasetexplorer_ln[key+"_"+datasetexplorer_ln["ln"]]; | 152 | data[3] = datasetexplorer_ln[key+"_"+datasetexplorer_ln["ln"]]; |
| 153 | - data[4] = ((typeof ODE == 'undefined') ? parent.ODE.THEME_IMAGES_URL : ODE.THEME_IMAGES_URL) + "/logos/"+id+".png";//meta[id]['logo_url']; | 153 | + //data[4] = ((typeof ODE == 'undefined') ? parent.ODE.THEME_IMAGES_URL : ODE.THEME_IMAGES_URL) + "/logos/"+id+".png";//meta[id]['logo_url']; |
| 154 | + data[4] = "/ow_static/themes/spod_theme_matter/images/logos/"+id+".png";//meta[id]['logo_url']; | ||
| 154 | //data[5] = d.value; | 155 | //data[5] = d.value; |
| 155 | } else if (d._children && !d._children[0]._children) { | 156 | } else if (d._children && !d._children[0]._children) { |
| 156 | // LAST LVL | 157 | // LAST LVL |