mirror of
https://github.com/wekan/wekan.git
synced 2026-01-24 10:16:09 +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
|
|
@ -595,7 +595,7 @@ BlazeComponent.extendComponent({
|
|||
this.setLoading(false);
|
||||
}
|
||||
|
||||
DocHead.setTitle(productName);
|
||||
document.title = productName;
|
||||
},
|
||||
|
||||
toggleSupportPage() {
|
||||
|
|
|
|||
|
|
@ -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