summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index c1b19da7..05130f13 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -12,6 +12,8 @@ var rz_config = { // set as a global variable
'backend__maintain_ws_connection': true,
'feedback_url': '/feedback',
'optimized_main': {{ rz_config__optimized_main }},
+ 'node_edge_separator': true,
+ 'separator_string': ' '
};
</script>
<script data-main='/static/app.js' src="/static/lib/require.js"></script>