Versionsstring hinzugefügt
This commit is contained in:
@@ -7704,6 +7704,7 @@ class WordRotatorSettingFragment extends LocalStorageSettingsFragment {
|
||||
this.findBy("#impressum-button").addEventListener("click", () => {
|
||||
this.getSite().startSite(ImpressumSite);
|
||||
});
|
||||
this.findBy("#version-info").innerText = window["version"];
|
||||
|
||||
InstallManager.setCanInstallListener(() => {
|
||||
let installButton = this.findBy("#install-button");
|
||||
@@ -7924,6 +7925,8 @@ if (window.location.pathname.indexOf("publicTest/") >= 0)
|
||||
SystemSettings.setBasePath(basePath);
|
||||
Translator.supportedLanguages = ["de"];
|
||||
Translator.markTranslations = false;
|
||||
window["version"] = "1-local";
|
||||
|
||||
|
||||
Matomo.SIDE_ID = "2";
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user