Commit 1b4d04a6bc883e14790099414a043dc7542381c0
Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS
Showing
1 changed file
with
1 additions
and
1 deletions
datalets/datasetexplorer-datalet/datasetexplorer-datalet.html
@@ -266,7 +266,7 @@ Example: | @@ -266,7 +266,7 @@ Example: | ||
266 | }, | 266 | }, |
267 | 267 | ||
268 | attached: function(){ | 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 | }); |