Await loadLanguageResources and add default banner text

This commit is contained in:
hieubt
2024-02-20 17:06:05 +07:00
committed by Dat H. Pham
parent 903440e37d
commit 9d6a567407
2 changed files with 49 additions and 7 deletions
+1 -2
View File
@@ -85,8 +85,7 @@
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script>
loadLanguageResources()
initialWorkerService();
loadLanguageResources().finally(initialWorkerService);
</script>
<script src="https://unpkg.com/pica/dist/pica.min.js" ></script>
</body>