File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 1313</ head >
1414< body >
1515< div id ="scroll "> < a href ="#top " id ="scroll_link " data-txt > Scroll up</ a > </ div >
16-
16+ < div id =" time " > </ div >
1717< div id ="banner ">
1818 < div id ="server_connect "> </ div >
1919 < h1 > < a href ="#info " title ="SoCraTes 2023 ">
@@ -82,21 +82,21 @@ <h3>Map</h3>
8282
8383< script src ="../konopas.min.js "> </ script >
8484< script >
85- var konopas = new KonOpas ( {
86- 'id' : 'SoCraTes2023' ,
87- 'default_duration' : 50 ,
88- 'time_show_am_pm' : false ,
89- 'show_all_days_by_default' : true ,
90- 'use_server' : false
91- } ) ;
92- $ . getJSON ( "https://scrts-jbe.k8s.with-humans.org/v1/konopas" , function ( data ) {
93- program = data ;
94- } ) . done ( function ( ) {
95- konopas . set_program ( program , {
96- 'day' : { } ,
97- 'area' : { } ,
98- 'tag' : { }
99- } ) ;
100- konopas . set_view ( ) ;
85+ var konopas = new KonOpas ( {
86+ 'id' : 'SoCraTes2023' ,
87+ 'default_duration' : 50 ,
88+ 'time_show_am_pm' : false ,
89+ 'show_all_days_by_default' : true ,
90+ 'use_server' : false
91+ } ) ;
92+ $ . getJSON ( "https://scrts-jbe.k8s.with-humans.org/v1/konopas" , function ( data ) {
93+ program = data ;
94+ } ) . done ( function ( ) {
95+ konopas . set_program ( program , {
96+ 'day' : { } ,
97+ 'area' : { } ,
98+ 'tag' : { }
10199 } ) ;
100+ konopas . set_view ( ) ;
101+ } ) ;
102102</ script >
You can’t perform that action at this time.
0 commit comments