update html template dependency and templates
[websub-hub] / src / template / root-html.js
index 6771fdd91b8103e6b667d4eef52daccbf8559b31..9496c7e8a3a5a666d5be34591380760bb35f81a4 100644 (file)
@@ -160,7 +160,6 @@ module.exports = (ctx, options) => {
     navLinks,
   };
   const content = [
-    '<script>0</script>', // This fixes a layout rendering flash on load in FF; do not know why this works but it does.
     aboutSection(),
     usageSection(isPublicHub, hubURL),
     contactSection(contactHTML),