.
This commit is contained in:
@@ -90,6 +90,7 @@
|
||||
$(document).on('submit', '#series_finding_form', function (e) {
|
||||
dicom_element = $(".single-dicom-viewer").get(0);
|
||||
c = cornerstone.getEnabledElement(dicom_element);
|
||||
e.preventDefault();
|
||||
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
@@ -112,6 +113,5 @@
|
||||
.responseText); // provide a bit more info about the error to the console
|
||||
}
|
||||
});
|
||||
e.preventDefault();
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user