[tor-commits] [atlas/master] Drop the cookiebar, it's been there a while

irl at torproject.org irl at torproject.org
Fri Feb 9 16:04:37 UTC 2018


commit 44401665251830c95a7a2887c00e835f5c29fd48
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Thu Feb 8 12:58:30 2018 +0000

    Drop the cookiebar, it's been there a while
---
 index.html | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/index.html b/index.html
index 35760ac..9720c99 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,6 @@
 
   <!-- jQuery -->
   <script src="https://metrics.torproject.org/js/jquery-3.2.1.min.js"></script>
-  <script src="js/jquery.cookieBar.js"></script>
 
   <!-- Bootstrap -->
   <link rel="stylesheet" href="css/bootstrap.min.css">
@@ -51,13 +50,6 @@
 
 <div id="wrapper" style="display:none;">
 
-  <div class="fixed-top cookie-message pt-1" style="background-color: #333; color: #eee;">
-  <div style="padding: 10px;">
-  Relay Search is the new name for Atlas. This rebranding is part of work aiming to merge this tool into the Tor Metrics website. No URLs have been changed at this time and we will implement redirects when the change does occur. Technical details may be found on the <a href="https://trac.torproject.org/projects/tor/ticket/23518">Tor Project bug tracker</a>. Hiding this message will result in a cookie being stored on your computer to prevent this message being shown again in the future.
-      <a class="btn btn-sm btn-warning cbc" style="color:black;" href="#">Hide</a>
-  </div>
-  </div>
-
 <!-- secondary navigation -->
 <nav class="navbar navbar-default navbar-secondary">
   <div class="container-fluid">
@@ -163,9 +155,6 @@
 </div> <!-- /container -->
 
 <script>
-$('.cookie-message').cookieBar({ closeButton: '.cbc' });
-</script>
-<script>
   var require = {
     urlArgs: "v26"
   };





More information about the tor-commits mailing list