mirror of
https://github.com/wekan/wekan.git
synced 2026-02-25 17:34:07 +01:00
Merge pull request #6083 from harryadel/remove-kadira-dochead
Remove kadira:dochead
This commit is contained in:
commit
f38e3624cf
7 changed files with 5 additions and 8 deletions
|
|
@ -758,9 +758,9 @@ Utils = {
|
|||
setCustomUI(data) {
|
||||
const currentBoard = Utils.getCurrentBoard();
|
||||
if (currentBoard) {
|
||||
DocHead.setTitle(`${currentBoard.title} - ${data.productName}`);
|
||||
document.title = `${currentBoard.title} - ${data.productName}`;
|
||||
} else {
|
||||
DocHead.setTitle(`${data.productName}`);
|
||||
document.title = `${data.productName}`;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue