Compare commits

..

No commits in common. "58eba94628cb6e67e7035e3633b79223711128aa" and "b37478748658bbd19ac76531fb373992901ec320" have entirely different histories.

View File

@ -359,9 +359,7 @@ class OverviewManager {
// configuration sections (its sidebar restyled as a nested tab strip). On a
// revisit we refresh rather than re-mount, to keep its sub-tab + expand state.
mountBackupCenter(pane) {
// Detect a prior mount by the embedded fragment in THIS pane — not by
// #backup-section, which the per-app Backups tab also defines.
if (pane.querySelector('.backup-layout') && window.overviewBackupPage) {
if (document.getElementById('backup-section') && window.overviewBackupPage) {
try { window.overviewBackupPage.refreshAll().then(() => window.overviewBackupPage.render()).catch(() => {}); } catch (_) {}
return;
}