diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index b72332f7..de2b9cbf 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -149,7 +149,7 @@ This series is not associated with any cases. success: function (json) { $("#finding-form").empty(); toastr.info('Finding added.'); - location.reload(); + //location.reload(); }, error: function (xhr, errmsg, err) { console.log(xhr.status + ": " + xhr