File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const FILES =[
77 '../footer.html'
88 ]
99for ( let i = 0 ; i < FILES . length ; i ++ ) {
10- await fetch ( 'assets/sections/valparaiso/' + FILES [ i ] + '?v=1.0 ' ) . then ( r => r . text ( ) ) . then ( r => document . body . innerHTML += r )
10+ await fetch ( 'assets/sections/valparaiso/' + FILES [ i ] + '?v=1.1 ' ) . then ( r => r . text ( ) ) . then ( r => document . body . innerHTML += r )
1111}
1212import schedule from '/assets/js/valparaiso/schedule.js?v=1.0' ;
1313schedule ( )
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export default () => {
7474 title : '⚡ Charlas Relámpagos y 🎲 Trivia' ,
7575 } ,
7676 {
77- block : '16:00 - 16:20 ' ,
77+ block : '16:20 - 16:40 ' ,
7878 title : '🌅 Cierre' ,
7979 } ,
8080
Original file line number Diff line number Diff line change 2323</ head >
2424
2525< body >
26- < script type ="module " src ="assets/js/valparaiso.js?v=1.1 "> </ script >
26+ < script type ="module " src ="assets/js/valparaiso.js?v=1.2 "> </ script >
2727 < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js " integrity ="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz " crossorigin ="anonymous "> </ script >
2828</ body >
2929</ html >
You can’t perform that action at this time.
0 commit comments