From b47c588cab6742af3aeeaceb603aff0d7b178116 Mon Sep 17 00:00:00 2001
From: zsloan
Date: Wed, 15 Jul 2020 12:28:55 -0500
Subject: decodeURIComponent was throwing an error after the query-level fix to
the unicode issue, so I removed it
---
wqflask/wqflask/templates/correlation_page.html | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/wqflask/wqflask/templates/correlation_page.html b/wqflask/wqflask/templates/correlation_page.html
index 3d750bea..df3e43f1 100644
--- a/wqflask/wqflask/templates/correlation_page.html
+++ b/wqflask/wqflask/templates/correlation_page.html
@@ -200,7 +200,7 @@
{% endblock %}
{% block js %}
-
+
@@ -427,10 +427,6 @@
{ "type": "natural" },
{ "type": "natural" }
],
- "createdRow": function ( row, data, index ) {
- $('td', row).eq(4).text(decodeURIComponent(escape($('td', row).eq(4).text())));
- $('td', row).eq(5).text(decodeURIComponent(escape($('td', row).eq(5).text())));
- },
"order": [[9, "asc" ]],
"sDom": "Btir",
"iDisplayLength": -1,
--
cgit v1.2.3