From 919910ce670a680ec9b9438c8087884b16385b03 Mon Sep 17 00:00:00 2001 From: Etienne Perot Date: Fri, 5 Aug 2022 19:06:59 -0700 Subject: [PATCH] Fix d3-based performance graphs in Firefox. Reported by Thomas Gleixner in https://lore.kernel.org/lkml/87a68vtvhf.ffs@tglx/ PiperOrigin-RevId: 465692826 --- website/_includes/footer.html | 5 ----- website/_includes/graph.html | 3 ++- website/_includes/header.html | 1 + website/_includes/scripts.html | 4 ++++ 4 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 website/_includes/scripts.html diff --git a/website/_includes/footer.html b/website/_includes/footer.html index 20aa9f52c..9311ba4e1 100644 --- a/website/_includes/footer.html +++ b/website/_includes/footer.html @@ -2,11 +2,6 @@ {% include footer-links.html %} - - - - - {% if site.analytics %} {:/} diff --git a/website/_includes/header.html b/website/_includes/header.html index 5f1ae01f3..bd18c44c6 100644 --- a/website/_includes/header.html +++ b/website/_includes/header.html @@ -12,6 +12,7 @@ + {% include scripts.html %} diff --git a/website/_includes/scripts.html b/website/_includes/scripts.html new file mode 100644 index 000000000..d7e86b001 --- /dev/null +++ b/website/_includes/scripts.html @@ -0,0 +1,4 @@ + + + +