diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-09 19:10:31 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-09 19:10:31 +0300 |
| commit | 84e5a154bb47882cac7f4bfd21e91a4ecdc408ef (patch) | |
| tree | e0f87dd24d45742055124a3dd701b32b05de804c /src/client/textanalysis.js | |
| parent | c933375b74e3656e871f2df9ae9ffac47edb5a6e (diff) | |
textanalysis.js: temporary fix: update default_nodetype for leap instance
Diffstat (limited to 'src/client/textanalysis.js')
| -rw-r--r-- | src/client/textanalysis.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
