last last fix

parent 79b7450c
...@@ -102,7 +102,7 @@ use common\modules\testings\models\Question; ...@@ -102,7 +102,7 @@ use common\modules\testings\models\Question;
</div> </div>
<div class="row"> <div class="row">
<div class="col-md-4 col-xs-4 col-sm-12"> <div class="col-md-4 col-xs-4 col-sm-12">
<div class="number_questions_img_box" id="questionPictureBox"></div> <div class="testing_img_block" id="questionPictureBox"></div>
</div> </div>
</div> </div>
<div class="row"> <div class="row">
......
...@@ -152,7 +152,7 @@ tester = { ...@@ -152,7 +152,7 @@ tester = {
this.answersChangeStatus(); this.answersChangeStatus();
this.pictureBox.html(''); this.pictureBox.html('');
$.each(q['pictures'],function(a,b) { $.each(q['pictures'],function(a,b) {
tester.pictureBox.append('<img src="'+b+'" /><span class="fakeLink" onclick="updatePicture(tester);">Обновить изображение</span><br /><br />'); tester.pictureBox.append('<img src="'+b+'" />');
}); });
/* delete */ /* delete */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment