diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index 5d39ebfe..65ad39a7 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -71,7 +71,7 @@ cornerstone.resize(dicom_element); cornerstoneTools.globalImageIdSpecificToolStateManager.clear(dicom_element); $("#finding-form").empty().append( - $("#hidden-form form").clone(); + $("#hidden-form form").clone() ); });