From 2e52a95c25998d052b7934b9ae12b6233d089359 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 28 Nov 2021 23:41:15 +0000 Subject: [PATCH] . --- atlas/templates/atlas/series_viewer.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index 011fce62..f78d3827 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -81,16 +81,6 @@ This series is not associated with any cases. action: 'post' }, success: function (json) { - document.getElementById("post-form").reset(); - $(".posts").prepend('
' + - '
' + - '
' + - '

' + json.title + '

' + - '

' + json.description + '

' + - '
' + - '
' + - '
' - ) }, error: function (xhr, errmsg, err) { console.log(xhr.status + ": " + xhr