mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Set the landing and login pages background refresh to 15 seconds rather than 10 and 7
This commit is contained in:
parent
ffc1641d77
commit
3377eb9838
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ export class LandingPageComponent implements OnDestroy, OnInit {
|
|||
});
|
||||
this.timer = setInterval(() => {
|
||||
this.cycleBackground();
|
||||
}, 10000);
|
||||
}, 15000);
|
||||
|
||||
const base = this.location.getBaseHrefFromDOM();
|
||||
if (base.length > 1) {
|
||||
|
|
|
@ -87,7 +87,7 @@ export class LoginComponent implements OnDestroy, OnInit {
|
|||
});
|
||||
this.timer = setInterval(() => {
|
||||
this.cycleBackground();
|
||||
}, 7000);
|
||||
}, 15000);
|
||||
|
||||
const base = this.location.getBaseHrefFromDOM();
|
||||
if (base.length > 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue