summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,