From 84e5a154bb47882cac7f4bfd21e91a4ecdc408ef Mon Sep 17 00:00:00 2001 From: LV-426 Date: Thu, 9 Apr 2015 19:10:31 +0300 Subject: textanalysis.js: temporary fix: update default_nodetype for leap instance --- src/client/textanalysis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client') diff --git a/src/client/textanalysis.js b/src/client/textanalysis.js index 215c3fa8..4058f5b7 100644 --- a/src/client/textanalysis.js +++ b/src/client/textanalysis.js @@ -12,7 +12,7 @@ var separator_string = rz_config.separator_string; var typeindex = 0, nodetypes = model_types.nodetypes, nodetypes_count = nodetypes.length, - default_nodetype = 'person', + default_nodetype = 'collaborator', node_name_to_type = {}; util.assert(nodetypes.indexOf(default_nodetype) !== -1); -- cgit v1.3.1