From 081f733ae6692d65ce79d633901d32210a19de12 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 15 Apr 2015 13:12:55 +0200 Subject: client/index.html: put doc name in title --- res/templates/index.html | 2 ++ 1 file changed, 2 insertions(+) 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'; -- cgit v1.3.1