Skip to content

Commit

Permalink
More changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VidyasagarMSC committed Jun 18, 2020
1 parent c3ef47a commit e2c8fc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/public/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,12 @@ function readResults(){
$('.loader-wrapper').removeClass('is-active');
}
}
else {
$('.loader-wrapper').removeClass('is-active');
return false;
}
});
toggleTable();
$('.loader-wrapper').removeClass('is-active');
},
error: function (data) {
$("p.error").text(data.statusText + ":" + "Check logs for more info");
Expand Down

0 comments on commit e2c8fc1

Please sign in to comment.