From b4ba085d8761951c8220d67cd79fa6e8ff7107cb Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 27 Jul 2022 19:31:18 +0000 Subject: Convert Correlation table to use create_datatable.js --- wqflask/wqflask/templates/correlation_page.html | 667 +++++++++++------------- 1 file changed, 309 insertions(+), 358 deletions(-) diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html index ceaa34b1..dbab2ffc 100644 --- a/wqflask/wqflask/templates/correlation_page.html +++ b/wqflask/wqflask/templates/correlation_page.html @@ -131,9 +131,6 @@ {% endblock %} {% block js %} - - - @@ -143,10 +140,13 @@ + + + {% endblock %} -- cgit v1.2.3