diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-11 00:01:04 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-11 00:01:04 +0200 |
| commit | 9fa8a8e974c4501c97d807b5a144e84eeefcb85b (patch) | |
| tree | c224351b549854d05839eaba8d0d78bf7a9699b6 | |
| parent | e3252a4f8bcfe30939460a68c5d3bc124db4282b (diff) | |
index.html: doc rz_config
| -rw-r--r-- | res/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 28920d05..140393dd 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -4,7 +4,7 @@ {{ super() }} <link href="/static/css/feedback.css" rel="stylesheet" type="text/css"> <script> -var rz_config = { +var rz_config = { // set as a global variable 'rand_id_generator' : 'hash', 'rz_server_host': '{{ hostname }}', 'rz_server_port': '{{ port }}', |
