summaryrefslogtreecommitdiff
path: root/js/lfpe.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/lfpe.js')
-rw-r--r--js/lfpe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lfpe.js b/js/lfpe.js
index 9e7b9af..154e813 100644
--- a/js/lfpe.js
+++ b/js/lfpe.js
@@ -225,7 +225,7 @@ function Next()
//$("#oov_form").css("display", "none");
$("#oov_form").toggle("blind");
$("#next").val("Next");
- send_data["correct"] = src.join("\t") + " ||| " + tgt.join("\t");
+ send_data["correct"] = src.join("\t") + " ||| " + tgt.join("\t");
//next_url += "&correct="+encodeURIComponent(src.join("\t"))
//+"%20%7C%7C%7C%20"+encodeURIComponent(tgt.join("\t"))
// ???