Versionsstring hinzugefügt

This commit is contained in:
silas
2018-12-01 19:08:21 +01:00
parent 9a59f9f80a
commit 0d70067fe4
11 changed files with 19 additions and 4 deletions

View File

@@ -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