From 7a93437909481f981b94a44ef58c61b1f3630858 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 4 Dec 2021 23:11:37 +0000 Subject: [PATCH] . --- atlas/templates/atlas/series_viewer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index 3442004e..348c402a 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -168,7 +168,7 @@ This series is not associated with any cases. success: function (json) { $("#finding-form").empty(); toastr.info('Finding added.'); - location.reload({{series.get_absolute_url}}); + location.reload('{{series.get_absolute_url}}'); }, error: function (xhr, errmsg, err) { console.log(xhr.status + ": " + xhr