last last fix

parent 8152a5a4
......@@ -101,8 +101,8 @@ use common\modules\testings\models\Question;
</div>
</div>
<div class="row">
<div class="col-md-4 col-xs-4 col-sm-12">
<div class="testing_img_block" id="questionPictureBox"></div>
<div class="col-md-4 col-xs-4 col-sm-12" id="questionPictureBox">
</div>
</div>
<div class="row">
......
......@@ -152,7 +152,7 @@ tester = {
this.answersChangeStatus();
this.pictureBox.html('');
$.each(q['pictures'],function(a,b) {
tester.pictureBox.append('<img src="'+b+'" />');
tester.pictureBox.append('<div class="testing_img_block"><img src="'+b+'" /></div>');
});
/* 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