diff options
| author | Alon Levy <alon@pobox.com> | 2015-02-25 00:32:44 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-02-27 08:14:09 +0200 |
| commit | 01643a809f69a39fb4981b104e14ea75a4428769 (patch) | |
| tree | 5f663e5de0f49f3a94b921c857660be7ea7584c7 /res | |
| parent | edc2ac61b3eb44d3628d52ca0d554d491a31dda9 (diff) | |
client: rename separator_symbol to separator_string and move to rz_config
Diffstat (limited to 'res')
| -rw-r--r-- | res/templates/index.html | 2 |
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> |
