Atlas: Versions-Tag rechts unten auf allen Hauptseiten
- App/version.json mit Commit-SHA + Build-Datum - App/assets/js/version-tag.js — rendert kleines Tag rechts unten - Eingebunden in schueler, teacher, index, login, admin, profil - Ermoeglicht Vergleich lokal vs. geograsim.at auf einen Blick Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+3
-1
@@ -557,7 +557,8 @@ function printBatchTickets() {
|
||||
html += '<div class="ticket-row"><span class="ticket-label">Passwort:</span><span class="ticket-val">'+s.password+'</span></div>';
|
||||
html += '<div class="ticket-url">geograsim.at</div></div>';
|
||||
});
|
||||
html += '</div></body></html>';
|
||||
html += '</div><script src="assets/js/version-tag.js" defer></script>
|
||||
</body></html>';
|
||||
w.document.write(html); w.document.close();
|
||||
}
|
||||
|
||||
@@ -762,5 +763,6 @@ async function redeemLicenses() {
|
||||
loadLicenses();
|
||||
}
|
||||
</script>
|
||||
<script src="assets/js/version-tag.js" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user