added title to kanban inner page #1159

This commit is contained in:
daria 2023-08-17 16:52:36 +03:00
parent a254481114
commit 111daed316

View File

@ -52,7 +52,7 @@ define([
jKanban,
Export)
{
document.title = Messages.type.kanban;
var verbose = function (x) { console.log(x); };
verbose = function () {}; // comment out to enable verbose logging
var onRedraw = Util.mkEvent();