Browse Source

Don't link user langage and website langage

Amauri CHAMPEAUX 10 years ago
parent
commit
bf9c6f5a70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tarteaucitron.js

+ 1 - 1
tarteaucitron.js

@@ -152,7 +152,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/' + language + '/service/' + service.key + '/" target="_blank">';
+                    html += '       <a href="https://opt-out.ferank.eu/service/' + service.key + '/" target="_blank">';
                     html += '           ' + tarteaucitron.lang.more;
                     html += '       </a>';
                     html += '        - ';