Version 1.2.2
-
This commit is contained in:
parent
b4ea41fd8c
commit
46c02e2bb3
@ -179,7 +179,6 @@ function fill_phrases(test,answers) {
|
||||
});
|
||||
a=a.replace(/(^\s*)|(\s*)$/g, '');*/
|
||||
var a = txt_answers_arr[i];
|
||||
alert(a);
|
||||
if(text_test_choises) text_test_choises.forEach(function(item,j) {
|
||||
if(item.innerHTML.includes(a)) {
|
||||
var b = item.innerHTML.replace(a, '');
|
||||
|
Reference in New Issue
Block a user