Commit 1b4d04a6bc883e14790099414a043dc7542381c0

Authored by Renato De Donato
2 parents cc57caa4 22e29cdb

Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS

datalets/datasetexplorer-datalet/datasetexplorer-datalet.html
... ... @@ -266,7 +266,7 @@ Example:
266 266 },
267 267  
268 268 attached: function(){
269   - datasetexplorer_ln["ln"] = ODE.user_language;
  269 + datasetexplorer_ln["ln"] = (typeof ODE != 'undefined') ? ODE.user_language : parent.ODE.user_language;
270 270 }
271 271  
272 272 });
... ...