v1.0.17: reload PI after manual update to show new version
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -296,6 +296,9 @@
|
||||
var payload = jsn.payload;
|
||||
if (payload.event === "updateStatus") {
|
||||
document.getElementById("updateStatus").textContent = payload.message;
|
||||
if (payload.message && payload.message.indexOf("Updating") === 0) {
|
||||
setTimeout(function() { location.reload(); }, 4000);
|
||||
}
|
||||
}
|
||||
if (payload.event === "projects") {
|
||||
if (payload.version) {
|
||||
|
||||
Reference in New Issue
Block a user