From 95cc609087192a688823fb9d6d5428b7c89bceb9 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 23 Aug 2020 17:20:09 +0200 Subject: [PATCH] Fixed use of arrow function in inline JavaScript for overrides --- material/overrides/main.html | 12 +----------- src/overrides/main.html | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/material/overrides/main.html b/material/overrides/main.html index bb233ee7c..29a4df385 100644 --- a/material/overrides/main.html +++ b/material/overrides/main.html @@ -53,15 +53,5 @@ {% endblock %} {% block analytics %} {{ super() }} - + {% endblock %} diff --git a/src/overrides/main.html b/src/overrides/main.html index 407b79e82..a2531d240 100644 --- a/src/overrides/main.html +++ b/src/overrides/main.html @@ -99,7 +99,7 @@