Fix Width in fill in blanks

remotes/angel/1.11.x
José Loguercio 8 years ago
parent f6f5c2411c
commit d7cd367491
  1. 2
      main/exercise/fill_blanks.class.php

@ -121,7 +121,7 @@ class FillBlanks extends Question
if ($("#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();
lainputsizetrue = $("#samplesize\\\["+i+"\\\]").width() + 9;
lainputsizetrue = $("#samplesize\\\["+i+"\\\]").width() + 15;
}
if (document.getElementById("weighting["+i+"]")) {

Loading…
Cancel
Save