commit 2dca3d512673ce6816486f4894fa9481efa09385 Author: Iain R. Learmonth irl@fsfe.org Date: Sun Nov 26 00:55:41 2017 +0000
Bump cache breaker --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html index 408a94a..9ab3516 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@ <script src="https://metrics.torproject.org/js/script.js"></script>
<!-- Atlas CSS --> - <link rel="stylesheet" href="css/atlas.css?v6"> + <link rel="stylesheet" href="css/atlas.css?v7">
</head>
@@ -168,7 +168,7 @@ $('.cookie-message').cookieBar({ closeButton: '.cbc' }); </script> <script> var require = { - urlArgs: "v6" + urlArgs: "v7" }; </script> <script data-main="js/main" src="js/libs/require/require.js"></script>
tor-commits@lists.torproject.org