Commit 16032a5eee2e5a467d74778f2e24397798f45001

Authored by Andrea Petta
1 parent 161c807e

l20n bug fix

controllets/data-sevc-controllet/data-sevc-controllet.html
... ... @@ -126,6 +126,9 @@
126 126 /* document.l10n.formatValues('slide1Title', 'slide1Subtitle').then(A => slider.setTitle(A[0], A[1]));*/
127 127 document.l10n.formatValues('slide1Title', 'slide1Subtitle').then(function(A){
128 128 slider.setTitle(A[0], A[1])
  129 + }, function(reason){
  130 + var a = reason;
  131 + console.log(a);
129 132 });
130 133 // slider.setTitle("SELECT DATASET", "Search or copy and paste the url of dataset.");
131 134 slider.chevronLeft("invisible");
... ...