mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
updated title for Kanban #1159
This commit is contained in:
parent
41a7706c7c
commit
f5f6bd4757
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user