summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-12-11 15:45:03 +0100
committerPatrick Simianer <p@simianer.de>2015-12-11 15:45:03 +0100
commitbc1d6f9488927df30b7695d39c6f9189c6ae7f46 (patch)
treebbb882426678f9b6b3d1c9c073b9f6400f1abe15
parent14a341e0b37311ce511c1eca7c2c5c4f1828939f (diff)
cosmetics
-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"))
// ???