mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +00:00
the same to last chage,the author has mistaken jquery-ui
for query-ui
This commit is contained in:
parent
1713a960c2
commit
7fda602f47
1 changed files with 2 additions and 2 deletions
|
@ -19,10 +19,10 @@ PetClinic :: a Spring Framework demonstration
|
|||
<script src="${jQuery}"></script>
|
||||
|
||||
<!-- jquery-ui.js file is really big so we only load what we need instead of loading everything -->
|
||||
<spring:url value="/vendors/query-ui/ui/jquery.ui.core.js" var="jQueryUiCore"/>
|
||||
<spring:url value="/vendors/jquery-ui/ui/jquery.ui.core.js" var="jQueryUiCore"/>
|
||||
<script src="${jQueryUiCore}"></script>
|
||||
|
||||
<spring:url value="/vendors/query-ui/ui/jquery.ui.datepicker.js" var="jQueryUiDatePicker"/>
|
||||
<spring:url value="/vendors/jquery-ui/ui/jquery.ui.datepicker.js" var="jQueryUiDatePicker"/>
|
||||
<script src="${jQueryUiDatePicker}"></script>
|
||||
|
||||
<!-- jquery-ui.css file is not that big so we can afford to load it -->
|
||||
|
|
Loading…
Reference in a new issue