Skip to content

Commit

Permalink
Get rid of unneeded setTimeout #38
Browse files Browse the repository at this point in the history
  • Loading branch information
4lm authored and nesnoj committed May 29, 2019
1 parent e8e2302 commit ecda46a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions templates/stemp_abw/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,9 @@ <h2>Fehler</h2>
{% for visualization in visualizations5 %}
{{visualization.media}}
{% endfor %}
getSimulationResults();
}, 750);

// Load simulation results
setTimeout(getSimulationResults, 1000);
};
}
});
</script>

Expand Down

0 comments on commit ecda46a

Please sign in to comment.