Daten reload change

This commit is contained in:
Simon-Martens
2024-01-22 16:08:11 +01:00
parent 31afafc10f
commit 8e5343a65a
6 changed files with 39 additions and 8 deletions

View File

@@ -126,9 +126,9 @@ function updateMessage() {
commsLog.innerHTML = "Der Server arbeitet...";
} else {
if (stateCommit != null) {
commsLog.innerHTML = "commit " +
commsLog.innerHTML = "<a href='https://github.com/Theodor-Springmann-Stiftung/hamann-xml/commit/" + stateCommit.Commit.substring(0,7) + "'>commit " +
stateCommit.Commit.substring(0, 7) +
" geladen"
" geladen</a>"
} else {
commsLog.innerHTML = "OK.";
}