Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spring-petclinic-microservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastien Briot
spring-petclinic-microservices
Commits
c4b9b0b1
Commit
c4b9b0b1
authored
11 years ago
by
Mic
Browse files
Options
Downloads
Patches
Plain Diff
migrated to the latest version of jquery and jquery-ui
parent
31b60228
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+2
-2
2 additions, 2 deletions
pom.xml
src/main/webapp/WEB-INF/jsp/fragments/headTag.jsp
+9
-4
9 additions, 4 deletions
src/main/webapp/WEB-INF/jsp/fragments/headTag.jsp
with
11 additions
and
6 deletions
pom.xml
+
2
−
2
View file @
c4b9b0b1
...
...
@@ -60,8 +60,8 @@
<!-- Web dependencies -->
<webjars-bootstrap.version>
2.3.0
</webjars-bootstrap.version>
<webjars-jquery-ui.version>
1.
9.2
</webjars-jquery-ui.version>
<webjars-jquery.version>
1.9.0
</webjars-jquery.version>
<webjars-jquery-ui.version>
1.
10.3
</webjars-jquery-ui.version>
<webjars-jquery.version>
2.0.3-1
</webjars-jquery.version>
<dandelion.datatables.version>
0.9.2
</dandelion.datatables.version>
<mysql.version>
5.1.22
</mysql.version>
...
...
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/jsp/fragments/headTag.jsp
+
9
−
4
View file @
c4b9b0b1
...
...
@@ -15,13 +15,18 @@ PetClinic :: a Spring Framework demonstration
<spring:url
value=
"/resources/css/petclinic.css"
var=
"petclinicCss"
/>
<link
href=
"${petclinicCss}"
rel=
"stylesheet"
/>
<spring:url
value=
"/webjars/jquery/
1.9.0
/jquery.js"
var=
"jQuery"
/>
<spring:url
value=
"/webjars/jquery/
2.0.3
/jquery.js"
var=
"jQuery"
/>
<script
src=
"${jQuery}"
></script>
<spring:url
value=
"/webjars/jquery-ui/1.9.2/js/jquery-ui-1.9.2.custom.js"
var=
"jQueryUi"
/>
<script
src=
"${jQueryUi}"
></script>
<!-- jquery-ui.js file is really big so we only load what we need instead of loading everything -->
<spring:url
value=
"/webjars/jquery-ui/1.10.3/ui/jquery.ui.core.js"
var=
"jQueryUiCore"
/>
<script
src=
"${jQueryUiCore}"
></script>
<spring:url
value=
"/webjars/jquery-ui/1.9.2/css/smoothness/jquery-ui-1.9.2.custom.css"
var=
"jQueryUiCss"
/>
<spring:url
value=
"/webjars/jquery-ui/1.10.3/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 -->
<spring:url
value=
"/webjars/jquery-ui/1.10.3/themes/base/jquery-ui.css"
var=
"jQueryUiCss"
/>
<link
href=
"${jQueryUiCss}"
rel=
"stylesheet"
></link>
</head>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment