This commit is contained in:
Knut Sveidqvist 2022-04-12 07:26:18 +02:00
parent c13f6f789f
commit 491933f114
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ export const clear = function () {
export const setTitle = function (txt) {
let sanitizedText = common.sanitizeText(txt, configApi.getConfig());
title = sanitizedText;
};
export const getTitle = function () {