From 94fd374ec7cf8c7d5b39224feae6e5e21559f550 Mon Sep 17 00:00:00 2001 From: arifiorino Date: Mon, 30 Mar 2020 16:20:56 +0000 Subject: [PATCH] Fixed results table links --- server/website/website/static/js/timeline.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/website/website/static/js/timeline.js b/server/website/website/static/js/timeline.js index db13e0f..a2b00f2 100644 --- a/server/website/website/static/js/timeline.js +++ b/server/website/website/static/js/timeline.js @@ -186,13 +186,13 @@ function render(data) { }}, { "sTitle": data.columnnames[1], "sClass": "center"}, { "sTitle": data.columnnames[2], "sClass": "center", "mRender": function (data, type, full) { - return '' + data + ''; + return '' + data + ''; }}, { "sTitle": data.columnnames[3], "sClass": "center", "mRender": function (data, type, full) { - return '' + data + ''; + return '' + data + ''; }}, { "sTitle": data.columnnames[4], "sClass": "center", "mRender": function (data, type, full) { - return '' + data + ''; + return '' + data + ''; }}, { "sTitle": data.columnnames[5], "sClass": "center", "mRender": function (data, type, full) { return data.toFixed(2);