ソースを参照

Point links to the correct language

Amauri CHAMPEAUX 10 年 前
コミット
10c93b400d
1 ファイル変更1 行追加1 行削除
  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 += '        - ';