diff options
Diffstat (limited to 'app/ui/update.php')
-rw-r--r-- | app/ui/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/ui/update.php b/app/ui/update.php index b50dc21..a5776f3 100644 --- a/app/ui/update.php +++ b/app/ui/update.php @@ -27,7 +27,7 @@ <div style="text-align: center;"> <?php $releaseNotes = true; require_once "../notes/update-1.0.0.php" ?> - <a style="margin-top: 50px; margin-bottom: 30px; display: block;" class="btn btn-primary" onclick="localStorage.setItem('lastUpdate', '<?= trim(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/version")) ?>|<?= trim(file_exists("/opt/spotify/build.txt") ? file_get_contents("/opt/spotify/build.txt") : "trunk") ?>'); window.parent._modal.hide();">Continue</a> + <a style="margin-top: 50px; margin-bottom: 30px; display: block;" class="btn btn-primary" onclick="localStorage.setItem('lastUpdate', '<?= trim(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/version")) ?>'); window.parent._modal.hide();">Continue</a> </div> </div> |