summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-13 18:58:55 +0200
committerAlon Levy <alon@pobox.com>2015-01-13 18:58:55 +0200
commit503b3fc960ed3af2f26fc98c667a94f1733b9098 (patch)
tree934c89652fd69d5c3b4bd0ec852f300880849cb9 /src/client
parente6efd9911ac26c35d669d03959e1cf784046ee98 (diff)
client: drop and links always; fixes #276
Diffstat (limited to 'src/client')
-rw-r--r--src/client/textanalysis.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/textanalysis.js b/src/client/textanalysis.js
index 50927c4b..80d50613 100644
--- a/src/client/textanalysis.js
+++ b/src/client/textanalysis.js
@@ -393,7 +393,7 @@ var textAnalyser = function (spec) {
}
}
- ret.drop_conjugator_links = and_count < linkindex;
+ ret.drop_conjugator_links = true; // leaving since we might change behavior again
ret.applyToGraph = function(spec) {
var edit_graph = spec.edit_graph,