|
@@ -1,5 +1,5 @@
|
|
-<div class="question-{{ d }}">
|
|
+<div class="question-{{ id }}">
|
|
- <div id="question-{{ id }}-text" class="center-block question-text">
|
|
+ <div id="question-{{ id }}-text" class="center-block question-text" onselectstart="return false">
|
|
{{ text }}
|
|
{{ text }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -44,6 +44,7 @@
|
|
window.clearInterval(timeOuId);
|
|
window.clearInterval(timeOuId);
|
|
$('.radio').removeClass('hide-reading-answers');
|
|
$('.radio').removeClass('hide-reading-answers');
|
|
$('.question_title').removeClass('hide-reading-answers');
|
|
$('.question_title').removeClass('hide-reading-answers');
|
|
|
|
+ $('.text-highlight').removeClass('border');
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|