From 394aea1ff059ba96fe99ed5e5db6a1b2210eabf6 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 28 Jun 2016 07:53:04 +0200 Subject: js/interface.js: fix lock --- js/interface.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js') diff --git a/js/interface.js b/js/interface.js index 58c89d8..677c343 100644 --- a/js/interface.js +++ b/js/interface.js @@ -450,6 +450,9 @@ var request_and_process_next = function () $("#next").html("Next"); $("#oov_tgt0").focus(); not_working(false); + if (ui_type == "g") { + DE_ui_lock = true; + } // translation mode } else { -- cgit v1.2.3