From 2ef22819036b7d49899cf650f26f68c7f012dfc2 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Thu, 21 May 2020 11:03:01 +0300 Subject: Use chroma from guix * wqflask/wqflask/templates/correlation_matrix.html: Fetch chroma from guix profile --- wqflask/wqflask/templates/correlation_matrix.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wqflask/wqflask/templates/correlation_matrix.html b/wqflask/wqflask/templates/correlation_matrix.html index 4e17a0b2..5659dca7 100644 --- a/wqflask/wqflask/templates/correlation_matrix.html +++ b/wqflask/wqflask/templates/correlation_matrix.html @@ -132,7 +132,7 @@ - + -- cgit v1.2.3 From 7e989aca00de3d259d8d7f6a5b11c300ead7e3d2 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Mon, 31 Aug 2020 14:14:17 +0300 Subject: Add check for "chroma.js" dataTables extension plugin * test/requests/link_checker.py (check_packaged_js_files): Add it. --- test/requests/link_checker.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/requests/link_checker.py b/test/requests/link_checker.py index 12057203..d29e5965 100644 --- a/test/requests/link_checker.py +++ b/test/requests/link_checker.py @@ -97,6 +97,8 @@ def check_packaged_js_files(args_obj, parser): # Datatables plugins: "/DataTablesExtensions/plugins/sorting/natural.js", "/DataTablesExtensions/plugins/sorting/scientific.js", + # Other js libraries + "/chroma/chroma.min.js" ] print("Checking links") -- cgit v1.2.3