Skip to content

Commit

Permalink
fixup! TF-3256 Update index.html cache config
Browse files Browse the repository at this point in the history
  • Loading branch information
tddang-linagora committed Nov 15, 2024
1 parent 94b88fd commit 9fc78c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
<script>
{{flutter_js}}
{{flutter_build_config}}

loadLanguageResources().finally(initialTmailApp);

_flutter.loader.load({
serviceWorkerSettings: {
Expand All @@ -109,7 +111,6 @@
onEntrypointLoaded: async function(engineInitializer) {
const appRunner = await engineInitializer.initializeEngine();
await appRunner.runApp();
loadLanguageResources().finally(initialTmailApp);
}
});
</script>
Expand Down

0 comments on commit 9fc78c5

Please sign in to comment.