updated title for Kanban #1159

This commit is contained in:
daria 2023-08-28 13:15:38 +03:00
parent 41a7706c7c
commit f5f6bd4757

View File

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