Amauri CHAMPEAUX 10 年之前
父节点
当前提交
b473493ce5
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 4 0
      css/tarteaucitron.css
  2. 4 0
      tarteaucitron.js

+ 4 - 0
css/tarteaucitron.css

@@ -212,6 +212,10 @@
     width: 50%;
 }
 
+#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
+    text-decoration: underline;
+}
+
 #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
     display: inline-block;
     float: right;

+ 4 - 0
tarteaucitron.js

@@ -150,6 +150,10 @@ var tarteaucitron = {
                     html += '       <a href="https://opt-out.ferank.eu/service/' + service.key + '" target="_blank">';
                     html += '           ' + tarteaucitron.lang.more;
                     html += '       </a>';
+                    html += '        - ';
+                    html += '       <a href="' + service.uri + '" target="_blank">';
+                    html += '           ' + tarteaucitron.lang.source;
+                    html += '       </a>';
                     html += '   </div>';
                     html += '   <div class="tarteaucitronAsk">';
                     html += '       <div id="' + service.key + 'Allowed" class="tarteaucitronAllow" onclick="tarteaucitron.userInterface.respond(this, true);">';