Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtill committed May 26, 2018
1 parent 18aa272 commit 096807f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions views/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ function doPlot() {
//});
$('#duplicates').html("");
$("#inout").html("<h2>Lade Daten ...</h2>");
$.ajax({
type: "POST",
url: "/getConsolidated",
Expand All @@ -102,7 +101,6 @@ function doPlot() {
data: JSON.stringify({byCategory: "{{byCategory}}", traces: {{! tracesJSON}}}),
% end
success: function(thedata) {
$("#inout").html("");
plotData = thedata;
if (plotData["foundDuplicates"].length != 0) {
$("#duplicates").html("<h2>Mögliche Duplikate gefunden:</h2>\n" + plotData["foundDuplicates"].join('<br>\n')).show();
Expand Down

0 comments on commit 096807f

Please sign in to comment.