Skip to content

Commit

Permalink
Consistency on status
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Oct 22, 2023
1 parent 6aebf7e commit aaabe42
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions assets/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,9 @@ $(document).ready(function () {

input += "}";
console.log(input);
start_time = new Date().toLocaleString();
stat[1].innerHTML =
'<div class="alert alert-danger alert-dismissible fade show" role="alert"><strong>Running from ' +
start_time +
"</strong></div>";
'<div class="alert alert-danger alert-dismissible fade show" role="alert"><strong>Running';
("</strong></div>");
response_time = document.getElementById("summary_response").rows[2].cells;
response_time[1].innerHTML = "";
download_url = document.getElementById("summary_response").rows[3].cells;
Expand Down

0 comments on commit aaabe42

Please sign in to comment.