summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/templates/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html
index bb2378bb..797282c4 100644
--- a/res/templates/index.html
+++ b/res/templates/index.html
@@ -13,7 +13,8 @@ var rz_config = { // set as a global variable
'feedback_url': '/feedback',
'optimized_main': {{ rz_config__optimized_main }},
'node_edge_separator': true,
- 'separator_string': ' '
+ 'separator_string': ' ',
+ 'role_set': {{ rz_config__role_set|safe }},
};
</script>
<script data-main='/static/app.js' src="/static/lib/require.js"></script>