commit 927a4dfcfa4d3c1989ccc2ce979b981f1211719e Author: Iain R. Learmonth irl@fsfe.org Date: Sat Dec 2 22:09:28 2017 +0000
Bump cache breaker --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html index a25f240..627ab4e 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?v11"> + <link rel="stylesheet" href="css/atlas.css?v12">
</head>
@@ -167,7 +167,7 @@ $('.cookie-message').cookieBar({ closeButton: '.cbc' }); </script> <script> var require = { - urlArgs: "v11" + urlArgs: "v12" }; </script> <script data-main="js/main" src="js/libs/require/require.js"></script>
tor-commits@lists.torproject.org