Skip to content

Commit 50ab859

Browse files
committed
head js
1 parent 59dde07 commit 50ab859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: web/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
<!-- This script installs service_worker.js to provide PWA functionality to
3838
application. For more information, see:
3939
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>
4041
<script>
4142
if ('serviceWorker' in navigator) {
4243
window.addEventListener('flutter-first-frame', function () {
4344
navigator.serviceWorker.register('flutter_service_worker.js');
4445
});
4546
}
4647
</script>
47-
<script src="https://raw.githubusercontent.com/headjs/headjs/v0.99/dist/head.min.js" ></script>
4848
<script>
4949
head.js("main.dart.js?version=3", function() {
5050
document.getElementById('loader').remove();

0 commit comments

Comments
 (0)