Skip to content

Commit b64e989

Browse files
committed
added x-cloak
1 parent ad694b4 commit b64e989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/dashboard/my-quiz-attempts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
</div>
155155
<?php endif; ?>
156156

157-
<div class="tutor-quiz-item-actions" x-show="!expanded">
157+
<div class="tutor-quiz-item-actions" x-show="!expanded" x-cloak>
158158
<?php
159159
$quiz_attempt_obj->render_details_button( $first_attempt );
160160
$quiz_attempt_obj->render_student_attempt_popover( $first_attempt, $attempts_count, $quiz_id, false, false );

0 commit comments

Comments
 (0)