This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new e6225ae s/in/of/
e6225ae is described below
commit e6225ae6227a6eb3245a45ed60550a7fcfbc829d
Author: Daniel Gruno <[email protected]>
AuthorDate: Wed Nov 17 18:56:00 2021 +0100
s/in/of/
---
webui/js/source/init.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webui/js/source/init.js b/webui/js/source/init.js
index 346c3f9..d9ed72f 100644
--- a/webui/js/source/init.js
+++ b/webui/js/source/init.js
@@ -48,7 +48,7 @@ let collated_json = {};
console.log("/******* Apache Pony Mail (Foal v/%s) Initializing
********/".format(PONYMAIL_VERSION))
// Adjust titles:
document.title = prefs.title;
-for (let title in document.getElementsByClassName("title")) {
+for (let title of document.getElementsByClassName("title")) {
title.innerText = prefs.title;
}