mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:15:50 +00:00
fixed issue with jqueryui path
This commit is contained in:
parent
d7f5cd17a5
commit
ebfa300f91
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@ PetClinic :: a Spring Framework demonstration
|
|||
<spring:url value="/webjars/jquery/1.9.0/jquery.js" var="jQuery"/>
|
||||
<script src="${jQuery}"></script>
|
||||
|
||||
<spring:url value="/webjars/jquery-ui/1.9.2/js/jquery-ui-1.9.1.custom.js" var="jQueryUi"/>
|
||||
<spring:url value="/webjars/jquery-ui/1.9.2/js/jquery-ui-1.9.2.custom.js" var="jQueryUi"/>
|
||||
<script src="${jQueryUi}"></script>
|
||||
|
||||
<spring:url value="/webjars/jquery-ui/1.9.2/css/smoothness/jquery-ui-1.9.1.custom.css" var="jQueryUiCss"/>
|
||||
<spring:url value="/webjars/jquery-ui/1.9.2/css/smoothness/jquery-ui-1.9.2.custom.css" var="jQueryUiCss"/>
|
||||
<link href="${jQueryUiCss}" rel="stylesheet"></link>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in a new issue