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);