diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-08 13:07:27 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-08 13:07:27 +0300 |
| commit | eda05d4d8df67a26598f21883f1cf920d2e311fa (patch) | |
| tree | f2033a62c5c822800a2c4044b52698b67d09c690 /scripts/textanalysis.js | |
| parent | 8dd70273b90da3e8000c6a17e8b36d5fa9c88a1c (diff) | |
textanalysis: for a chainlink edit trim the complete sentence
Diffstat (limited to 'scripts/textanalysis.js')
| -rw-r--r-- | scripts/textanalysis.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/textanalysis.js b/scripts/textanalysis.js index 1f1f8043..6bf6070b 100644 --- a/scripts/textanalysis.js +++ b/scripts/textanalysis.js @@ -197,6 +197,7 @@ var textAnalyser2 = function (newtext, finalize) { completeSentence += newlinks[linkindex]; } } + completeSentence = completeSentence.trim(); //REBUILD GRAPH linkindex = 0; |
