rename dicom-element to dicom-image (consistent with RTS)

This commit is contained in:
Ross
2020-12-06 11:15:35 +00:00
parent fdd9af76ca
commit be80d78d7a
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -34,9 +34,9 @@ $(document).ready(function () {
});
}
if($("#dicom-element").length) {
if($("#dicom-image").length) {
$('#dicom-element').bind('contextmenu', function(e) {
$('#dicom-image').bind('contextmenu', function(e) {
return false;
});
@@ -56,7 +56,7 @@ cornerstoneTools.init();
const element = document.getElementById('dicom-element');
const element = document.getElementById('dicom-image');
const imageId = element.dataset.url;
cornerstone.enable(element);