From 46c02e2bb31c635cf8a201c350790f4c9e93216b Mon Sep 17 00:00:00 2001 From: FutureX <32868033+FutureXpo@users.noreply.github.com> Date: Wed, 22 May 2019 01:18:34 +0300 Subject: [PATCH] Version 1.2.2 - --- js/auto_mode.js | 1 - 1 file changed, 1 deletion(-) 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, '');