commit 018ddedb770854c2d775b3872dfabe03368f72b0 Author: Iain R. Learmonth irl@fsfe.org Date: Sun Nov 26 19:01:13 2017 +0000
Bump cache breaker --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html index 9897c0c..1ef9d2b 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?v9"> + <link rel="stylesheet" href="css/atlas.css?v10">
</head>
@@ -167,7 +167,7 @@ $('.cookie-message').cookieBar({ closeButton: '.cbc' }); </script> <script> var require = { - urlArgs: "v9" + urlArgs: "v10" }; </script> <script data-main="js/main" src="js/libs/require/require.js"></script>
tor-commits@lists.torproject.org