File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66< meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
77< script src ="https://cdn.jsdelivr.net/npm/jquery@3.6.3/dist/jquery.min.js " integrity ="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU= " crossorigin ="anonymous "> </ script >
88< script src ="https://cdn.jsdelivr.net/npm/marked@4.2.12/lib/marked.umd.min.js " crossorigin ="anonymous "> </ script >
9- < script type ="text/javascript " src ="script.js?v4.0 " defer > </ script >
10- < link rel ="stylesheet " type ="text/css " href ="style.css?v4.0 ">
9+ < script type ="text/javascript " src ="script.js?v4.1 " defer > </ script >
10+ < link rel ="stylesheet " type ="text/css " href ="style.css?v4.1 ">
1111< link rel ="icon " type ="image/x-icon " href ="favicon.ico ">
1212< link rel ="manifest " href ="manifest.json ">
1313</ head >
Original file line number Diff line number Diff line change 44< meta charset ="utf8 ">
55< title > MMVI FlowNotes</ title >
66< link rel ="icon " type ="image/x-icon " href ="favicon.ico ">
7- < link rel ="stylesheet " type ="text/css " href ="style.css?v4.0 ">
7+ < link rel ="stylesheet " type ="text/css " href ="style.css?v4.1 ">
88< style >
99DIV # input { background-color : white; white-space : pre-wrap; padding : 10px ; }
1010DIV # render { height : auto; width : auto; }
Original file line number Diff line number Diff line change 44< meta charset ="utf8 ">
55< title > MMVI FlowNotes</ title >
66< meta name ="viewport " content ="width=device-width, initial-scale=1, maximum-scale=1 ">
7- < link rel ="stylesheet " type ="text/css " href ="style.css?v4.0 ">
7+ < link rel ="stylesheet " type ="text/css " href ="style.css?v4.1 ">
88< script src ="//cdn.jsdelivr.net/npm/jquery@3.6.3/dist/jquery.min.js " crossorigin ="anonymous "> </ script >
99< script >
1010$ ( ) . ready ( function ( ) {
Original file line number Diff line number Diff line change 1- let version = 'v4.0 ' ;
1+ let version = 'v4.1 ' ;
22
33self . addEventListener ( 'install' , evt => {
44 console . log ( 'Service worker ' + version + ' is being installed' ) ;
You can’t perform that action at this time.
0 commit comments