File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 37
37
<!-- This script installs service_worker.js to provide PWA functionality to
38
38
application. For more information, see:
39
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 >
40
41
< script >
41
42
if ( 'serviceWorker' in navigator ) {
42
43
window . addEventListener ( 'flutter-first-frame' , function ( ) {
43
44
navigator . serviceWorker . register ( 'flutter_service_worker.js' ) ;
44
45
} ) ;
45
46
}
46
47
</ script >
47
- < script src ="https://raw.githubusercontent.com/headjs/headjs/v0.99/dist/head.min.js " > </ script >
48
48
< script >
49
49
head . js ( "main.dart.js?version=3" , function ( ) {
50
50
document . getElementById ( 'loader' ) . remove ( ) ;
You can’t perform that action at this time.
0 commit comments