mirror of
https://github.com/jech/galene.git
synced 2024-12-22 15:25:48 +01:00
Call addFilters asynchronously.
Since we now make HTTP requests from addFilter, this makes startup slightly faster.
This commit is contained in:
parent
084cd3da1f
commit
f81094abda
1 changed files with 1 additions and 1 deletions
|
@ -4279,7 +4279,7 @@ async function start() {
|
||||||
window.history.replaceState(null, '', window.location.pathname);
|
window.history.replaceState(null, '', window.location.pathname);
|
||||||
setTitle(groupStatus.displayName || capitalise(group));
|
setTitle(groupStatus.displayName || capitalise(group));
|
||||||
|
|
||||||
await addFilters();
|
addFilters();
|
||||||
await setMediaChoices(false);
|
await setMediaChoices(false);
|
||||||
reflectSettings();
|
reflectSettings();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue