diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-15 13:12:55 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-15 13:13:32 +0200 |
| commit | 081f733ae6692d65ce79d633901d32210a19de12 (patch) | |
| tree | 315f472902920d3a6983a7d823b9411a944d70e2 | |
| parent | bdc19496bd99970357642fc139c44ec9424a17dd (diff) | |
client/index.html: put doc name in title
| -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 3872332f..18d17e48 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -20,6 +20,8 @@ var rz_config = { // set as a global variable }; var RZ_VERSION = '{% include "fragment/version.txt" %}'; + +document.title = rz_config.rzdoc_cur__name + ' -- Rhizi Prototype'; </script> <script data-main='/static/app.js' src="/static/lib/require.js"></script> <script src="/static/local_config.js"></script> |
