mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +00:00
Origin author mistake jquery-ui for query-ui
Signed-off-by: pengfu <pengfoo@126.com>
This commit is contained in:
parent
9ad12d39e4
commit
1713a960c2
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ PetClinic :: a Spring Framework demonstration
|
|||
<script src="${jQueryUiDatePicker}"></script>
|
||||
|
||||
<!-- jquery-ui.css file is not that big so we can afford to load it -->
|
||||
<spring:url value="/vendors/query-ui/themes/base/jquery.ui.base.css" var="jQueryUiCss"/>
|
||||
<spring:url value="/vendors/jquery-ui/themes/base/jquery.ui.base.css" var="jQueryUiCss"/>
|
||||
<link href="${jQueryUiCss}" rel="stylesheet"></link>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue