diff options
author | Patrick Simianer <p@simianer.de> | 2015-12-11 15:45:03 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-12-11 15:45:03 +0100 |
commit | bc1d6f9488927df30b7695d39c6f9189c6ae7f46 (patch) | |
tree | bbb882426678f9b6b3d1c9c073b9f6400f1abe15 | |
parent | 14a341e0b37311ce511c1eca7c2c5c4f1828939f (diff) |
cosmetics
-rw-r--r-- | js/lfpe.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")) // ??? |