From 9591e5e5c720463064c96a11a0de93b9cc675cb4 Mon Sep 17 00:00:00 2001 From: Ivan Velev Date: Sat, 5 Feb 2022 15:44:12 -0800 Subject: [PATCH] vue ui DOM must come before the init JS --- pywb/templates/query.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pywb/templates/query.html b/pywb/templates/query.html index 4a9d599e..b69ac573 100644 --- a/pywb/templates/query.html +++ b/pywb/templates/query.html @@ -36,6 +36,10 @@ {% endif %} +{% if ui.vue_calendar_ui %} +
+{% endif %} + -{% if ui.vue_calendar_ui %} -
-{% endif %} - {% endblock %}