vers. 2.4.2
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<changelog>
|
||||
<version>
|
||||
<number>2.4.2</number>
|
||||
<logs>
|
||||
<log>Aggiornata la grandezza della finestra dell'applicazione da desktop.</log>
|
||||
<log>Inserito il link della repository su ASV Git all'interno della pagina del changelog.</log>
|
||||
<log>Correzione e bugfix di problematiche varie.</log>
|
||||
</logs>
|
||||
</version>
|
||||
|
||||
<version>
|
||||
<number>2.4.1</number>
|
||||
|
||||
@@ -910,8 +910,8 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
const pathWithoutBase = currentPath.replace(BASE_PATH, '').replace(/^\//, '');
|
||||
const redirectParam = pathWithoutBase ? '&redirect=' + encodeURIComponent(pathWithoutBase) : '';
|
||||
|
||||
const width = 375;
|
||||
const height = 667;
|
||||
const width = 400;
|
||||
const height = 840;
|
||||
const left = (window.screen.width / 2) - (width / 2);
|
||||
const top = (window.screen.height / 2) - (height / 2);
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
<h1 class="titlePage">Changelog</h1>
|
||||
<p class="subtitlePage">Visualizza tutti gli aggiornamenti ricevuti</p>
|
||||
<p class="text-center mb-4" style="font-size: 0.9rem; font-weight: 300;">Codice dell'app visionabile su <a href="https://git.asv.ovh/asvstudiosapps/rpigroupplay" target="_blank" style="font-weight: 500;">ASV Git</a></p>
|
||||
|
||||
<?php
|
||||
// Verifica che $changelog sia stato caricato correttamente in getStation.inc.php
|
||||
|
||||
Reference in New Issue
Block a user