Skip to content

Commit

Permalink
added title to kanban inner page #1159
Browse files Browse the repository at this point in the history
  • Loading branch information
dariiing committed Aug 17, 2023
1 parent a254481 commit 111daed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/kanban/inner.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 111daed

Please sign in to comment.