From 1c3052dc103b8251c03c0cbabfd9bbf61da08708 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Thu, 19 May 2016 13:19:54 +0200 Subject: js/interface.js: fix aligned check --- js/interface.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js') 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; -- cgit v1.2.3