Await loadLanguageResources and add default banner text
This commit is contained in:
+1
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user