diff options
-rw-r--r-- | js/interface.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/interface.js b/js/interface.js index c592af3..9398650 100644 --- a/js/interface.js +++ b/js/interface.js @@ -263,8 +263,8 @@ var next = function () not_working(); return; } - if (!DE_check_align()) { - if(confirm("Not all phrases are algined, continue?")) { + if (document.getElementById("oov_correct").value != "true" && !DE_check_align()) { + if(confirm("Not all phrases are aligned, continue?")) { } else { not_working(); return; |