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