This commit is contained in:
Knut Sveidqvist
2022-04-12 07:26:18 +02:00
parent c13f6f789f
commit 491933f114

View File

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