commit 3e6c61f8b1fa8eba76eaeeead8e831299c13c3a8 Author: Iain R. Learmonth irl@fsfe.org Date: Sat Jan 13 23:14:30 2018 +0000
Bump cache breaker --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html index e35023d..a76eb8f 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?v24"> + <link rel="stylesheet" href="css/atlas.css?v25">
</head>
@@ -167,7 +167,7 @@ $('.cookie-message').cookieBar({ closeButton: '.cbc' }); </script> <script> var require = { - urlArgs: "v24" + urlArgs: "v25" }; </script> <script data-main="js/main" src="js/libs/require/require.js"></script>
tor-commits@lists.torproject.org