From 503b3fc960ed3af2f26fc98c667a94f1733b9098 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 13 Jan 2015 18:58:55 +0200 Subject: client: drop and links always; fixes #276 --- src/client/textanalysis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit v1.3.1