From 67886f1395ea6ce193e5a55dd557cf85eecb6cf6 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Fri, 3 Nov 2023 18:32:19 +0300 Subject: Remove javascript integrity check for HTMX. Firefox will always give the following error: None of the “sha384” hashes in the integrity attribute match the content of the subresource. Signed-off-by: Munyoki Kilyungi --- wqflask/wqflask/templates/dataset.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wqflask/wqflask/templates/dataset.html b/wqflask/wqflask/templates/dataset.html index dc87ac15..9fec96b7 100644 --- a/wqflask/wqflask/templates/dataset.html +++ b/wqflask/wqflask/templates/dataset.html @@ -99,7 +99,5 @@ {% block js %} + src="{{ url_for('js', filename='htmx.min.js') }}"> {% endblock %} -- cgit 1.4.1