We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dde07 commit 50ab859Copy full SHA for 50ab859
web/index.html
@@ -37,14 +37,14 @@
37
<!-- This script installs service_worker.js to provide PWA functionality to
38
application. For more information, see:
39
https://developers.google.com/web/fundamentals/primers/service-workers -->
40
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/headjs/1.0.3/head.min.js" ></script>
41
<script>
42
if ('serviceWorker' in navigator) {
43
window.addEventListener('flutter-first-frame', function () {
44
navigator.serviceWorker.register('flutter_service_worker.js');
45
});
46
}
47
</script>
- <script src="https://raw.githubusercontent.com/headjs/headjs/v0.99/dist/head.min.js" ></script>
48
49
head.js("main.dart.js?version=3", function() {
50
document.getElementById('loader').remove();
0 commit comments