From 01643a809f69a39fb4981b104e14ea75a4428769 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 25 Feb 2015 00:32:44 +0200 Subject: client: rename separator_symbol to separator_string and move to rz_config --- res/templates/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'res') 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': ' ' }; -- cgit v1.3.1