From 449933ec2fa78c3070b764081672ca1c61bcd23e Mon Sep 17 00:00:00 2001 From: tza Date: Mon, 4 Apr 2022 03:46:22 +0300 Subject: fixed tile view not displaying and added library js to iframe root --- plugin_loader/templates/plugin_view.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin_loader/templates/plugin_view.html b/plugin_loader/templates/plugin_view.html index 8a482fae..d0275a7a 100644 --- a/plugin_loader/templates/plugin_view.html +++ b/plugin_loader/templates/plugin_view.html @@ -1,6 +1,7 @@ + {% if not plugins|length %}
@@ -15,7 +16,7 @@ {% for plugin in plugins %} {% if plugin.tile_view_html|length %}
- {{ plugin.tile_view_html }} + {{ plugin.tile_view_html|safe }}
{% else %}
-- cgit v1.2.3