From d9feb5cfa720c789d4f3c1df7ae55adda9b152db Mon Sep 17 00:00:00 2001 From: Zankaria Date: Mon, 5 Aug 2024 19:03:24 +0200 Subject: [PATCH] catalog.html: onReady --- templates/themes/catalog/catalog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index fefaec54..493f47d1 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -80,7 +80,7 @@ {% endverbatim %} {% for name, uri in config.stylesheets %}{% verbatim %}'{% endverbatim %}{{ name|addslashes }}{% verbatim %}' : '{% endverbatim %}/stylesheets/{{ uri|addslashes }}{% verbatim %}', {% endverbatim %}{% endfor %}{% verbatim %} - }; onready(init); + }; onReady(init); {% endverbatim %}