From 80785e5fae84459db1648d89e11c90e2e1b21312 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 20 Apr 2018 20:31:31 -0700 Subject: [PATCH] remove banner The banner for the March 2018 security updates has been up for many weeks now. Not sure if there's a policy on how long to leave it up for, but it seems that by having it there all the time, we encourage people to not notice when the text changes to from "Important March 2018 security upgrades now available" to (say) "Important May 2018 security upgrades now available". At least, that's my thinking... --- build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.js b/build.js index 74f98fc4eb8b3..8ba9a5a3e0648 100755 --- a/build.js +++ b/build.js @@ -254,7 +254,7 @@ function getSource (callback) { lts: latestVersion.lts(versions) }, banner: { - visible: true, + visible: false, text: 'Important March 2018 security upgrades now available', link: '/en/blog/vulnerability/march-2018-security-releases/' }