diff --git a/js/auto_mode.js b/js/auto_mode.js index 2e10567..e49081e 100644 --- a/js/auto_mode.js +++ b/js/auto_mode.js @@ -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, '');