.
This commit is contained in:
@@ -113,15 +113,11 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="offcanvas offcanvas-end bg-black bg-opacity-50 mark-offcanvas active" data-bs-scroll="true" data-bs-backdrop="false" tabindex="-1" id="offcanvasTop" aria-labelledby="offcanvasTopLabel">
|
<div class="col-md-6">
|
||||||
<div class="offcanvas-header">
|
|
||||||
</div>
|
|
||||||
<div class="offcanvas-body">
|
|
||||||
<div id="single-dicom-viewer" class="dicom-viewer" data-images="{{question.get_image_url_array}}"
|
<div id="single-dicom-viewer" class="dicom-viewer" data-images="{{question.get_image_url_array}}"
|
||||||
data-annotations='{{question.get_image_annotations}}'>
|
data-annotations='{{question.get_image_annotations}}'>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% if review and not question.normal %}
|
{% if review and not question.normal %}
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(() => {
|
$(document).ready(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user