Explorar el Código

Point links to the correct language

Amauri CHAMPEAUX hace 10 años
padre
commit
10c93b400d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tarteaucitron.js

+ 1 - 1
tarteaucitron.js

@@ -147,7 +147,7 @@ var tarteaucitron = {
                     html += '   <div class="tarteaucitronName">';
                     html += '       <b>' + service.name + '</b><br/>';
                     html += '       <span id="tacCL' + service.key + '" class="tarteaucitronListCookies"></span><br/>';
-                    html += '       <a href="https://opt-out.ferank.eu/service/' + service.key + '" target="_blank">';
+                    html += '       <a href="https://opt-out.ferank.eu/' + language + '/service/' + service.key + '/" target="_blank">';
                     html += '           ' + tarteaucitron.lang.more;
                     html += '       </a>';
                     html += '        - ';