From 921bc38fa935ee6f940bf0a1d6c1464b2e0d19db Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Wed, 1 Nov 2017 12:57:40 +0100 Subject: Update default.js --- res/default.js | 1 + 1 file changed, 1 insertion(+) (limited to 'res') diff --git a/res/default.js b/res/default.js index 350a2de..96ffd65 100644 --- a/res/default.js +++ b/res/default.js @@ -13,6 +13,7 @@ function show_loading() { function load(file, title) { show_loading(); $("#header").text(title); + document.title = 'IcHTML - ' + title; $.get("content/"+file, function(data) { $("#content").html(data); }, "text"); -- cgit