.
This commit is contained in:
@@ -7,7 +7,6 @@
|
|||||||
Images: <span id="series"></span>
|
Images: <span id="series"></span>
|
||||||
<div id="single-dicom-viewer" class="dicom-viewer" data-images="" data-annotations=''>
|
<div id="single-dicom-viewer" class="dicom-viewer" data-images="" data-annotations=''>
|
||||||
</div>
|
</div>
|
||||||
<div class="answers">Answers: </div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="longs">
|
<div class="longs">
|
||||||
<h2>Exam: {{ exam.name }}</h2>
|
<h2>Exam: {{ exam.name }}</h2>
|
||||||
@@ -81,7 +80,6 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
window.dispatchEvent(event);
|
window.dispatchEvent(event);
|
||||||
$(".question-display-block .answers").empty().append(data.answers.toString());
|
|
||||||
n = parseInt(question_number) + 1
|
n = parseInt(question_number) + 1
|
||||||
$(".question-display-block .question-number").empty().append(n);
|
$(".question-display-block .question-number").empty().append(n);
|
||||||
$("#history").empty().append(data.title);
|
$("#history").empty().append(data.title);
|
||||||
|
|||||||
Reference in New Issue
Block a user