Merge branch '1.10.x' of https://github.com/chamilo/chamilo-lms into 1.10.x

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
commit 7bd44d2fac
  1. 3
      main/exercice/fill_blanks.class.php

@ -118,7 +118,8 @@ class FillBlanks extends Question
// get input size
var lainputsize = 200;
if ($("#samplesize\\\["+i+"\\\]").width()) {
lainputsize = $("#samplesize\\\["+i+"\\\]").width();
// this is a weird patch to avoid to reduce the size of input blank when you are writing in the ckeditor.
lainputsize = $("#samplesize\\\["+i+"\\\]").width() + 9;
}
if (document.getElementById("weighting["+i+"]")) {

Loading…
Cancel
Save