diff --git a/cookbook/templates/frontend/tandoor.html b/cookbook/templates/frontend/tandoor.html index 7b7c93907..2b463147a 100644 --- a/cookbook/templates/frontend/tandoor.html +++ b/cookbook/templates/frontend/tandoor.html @@ -33,6 +33,9 @@ + {% if theme_values.custom_theme %} + + {% endif %}
@@ -53,7 +56,9 @@ {# } else {#} {# console.warn('service worker not in navigator');#} {# }#} - {#});#} + {#}) + ; + #} diff --git a/vue3/src/apps/tandoor/Tandoor.vue b/vue3/src/apps/tandoor/Tandoor.vue index 47218846c..ee535cb28 100644 --- a/vue3/src/apps/tandoor/Tandoor.vue +++ b/vue3/src/apps/tandoor/Tandoor.vue @@ -3,7 +3,7 @@