From 22ca8c932c44e3af60ba43bcf3953b41441bcd81 Mon Sep 17 00:00:00 2001 From: funkyhippo Date: Mon, 20 Dec 2021 19:58:15 -0800 Subject: [PATCH] Fix None literals from breaking JS. #8 --- proxy/templates/reader/series.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxy/templates/reader/series.html b/proxy/templates/reader/series.html index a16475cb..6c01c6d2 100644 --- a/proxy/templates/reader/series.html +++ b/proxy/templates/reader/series.html @@ -12,6 +12,7 @@ {% endblock %} {% block head %} +{{ chapter_list | json_script:"chapter_list" }}