File tree Expand file tree Collapse file tree
src/main/resources/static Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525 implementation(' net.sf.biweekly:biweekly:0.6.8' )
2626 implementation(' org.apache.httpcomponents.client5:httpclient5' )
2727 implementation(' org.springframework.boot:spring-boot-starter-web' )
28- implementation(' org.webjars:fullcalendar:5.11.3 ' )
28+ implementation(' org.webjars:fullcalendar:6.1.10 ' )
2929 implementation(' org.webjars:webjars-locator-core' )
3030
3131 runtimeOnly(platform(' com.azure.spring:spring-cloud-azure-dependencies:5.23.0' ))
Original file line number Diff line number Diff line change 11< html >
22 < head >
3- < link rel ='stylesheet ' href ='/webjars/fullcalendar/main.css ' />
43 < link rel ='stylesheet ' href ="https://fonts.googleapis.com/css?family=Varela+Round|Montserrat:400,700 " type ="text/css ">
54 < link rel ="stylesheet " href ="/calendar.css " />
65
7- < script src ='/webjars/fullcalendar/main .js '> </ script >
6+ < script src ='/webjars/fullcalendar/index.global .js '> </ script >
87
98 < script >
109 document . addEventListener ( 'DOMContentLoaded' , function ( ) {
You can’t perform that action at this time.
0 commit comments