rename dicom-element to dicom-image (consistent with RTS)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user