Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fork-website-calcul
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
Service Desk
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
Fabrice Roy
fork-website-calcul
Commits
6df900c7
Commit
6df900c7
authored
4 years ago
by
Roland Denis
Browse files
Options
Downloads
Patches
Plain Diff
Updating and adding integrity checksum for Leaflet
parent
396aa65c
Branches
dev-roy
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
plugins/map/templates/map.tpl
+2
-2
2 additions, 2 deletions
plugins/map/templates/map.tpl
themes/calcul/templates/base.html
+3
-3
3 additions, 3 deletions
themes/calcul/templates/base.html
with
5 additions
and
5 deletions
plugins/map/templates/map.tpl
+
2
−
2
View file @
6df900c7
{
%
if
num
==
1
%
}
<!-- Javascript -->
<script
src=
"https://unpkg.com/leaflet@1.
3
.1/dist/leaflet.js"
integrity=
"sha512-
/Nsx9X4HebavoBvEBuyp3I7od5tA0UzAxs+j83KgC8PU0kgB4XiK4Lfe4y4cgBtaRJQEIFCW+oC506aPT2L1zw
=="
crossorigin=
""
></script>
<script
type=
'text/javascript'
src=
'https://unpkg.com/leaflet.markercluster@1.
3.0
/dist/leaflet.markercluster.js'
></script>
<script
src=
"https://unpkg.com/leaflet@1.
7
.1/dist/leaflet.js"
integrity=
"sha512-
XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA
=="
crossorigin=
""
></script>
<script
src=
'https://unpkg.com/leaflet.markercluster@1.
4.1
/dist/leaflet.markercluster.js'
integrity=
"sha384-RLIyj5q1b5XJTn0tqUhucRZe40nFTocRP91R/NkRJHwAe4XxnTV77FXy/vGLiec2"
crossorigin=
""
></script>
{% endif %}
<script>
...
...
This diff is collapsed.
Click to expand it.
themes/calcul/templates/base.html
+
3
−
3
View file @
6df900c7
...
...
@@ -17,9 +17,9 @@
<link
rel=
"stylesheet"
href=
"{{ SITEURL }}/theme/css/style.css"
/>
<link
rel=
"icon"
href=
"{{ SITEURL }}/theme/img/logo.png"
>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/leaflet@1.
3
.1/dist/leaflet.css"
integrity=
"sha512-
Rksm5RenBEKSKFjgI3a41vrjkw4EVPlJ3+OiI65vTjIdo9brlAacEuKOiQ5OFh7cOI1bkDwLqdLw3Zg0cRJAAQ
=="
crossorigin=
""
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://unpkg.com/leaflet.markercluster@1.
3.0
/dist/MarkerCluster.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://unpkg.com/leaflet.markercluster@1.
3.0
/dist/MarkerCluster.Default.css"
/>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/leaflet@1.
7
.1/dist/leaflet.css"
integrity=
"sha512-
xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A
=="
crossorigin=
""
/>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/leaflet.markercluster@1.
4.1
/dist/MarkerCluster.css"
integrity=
"sha384-lPzjPsFQL6te2x+VxmV6q1DpRxpRk0tmnl2cpwAO5y04ESyc752tnEWPKDfl1olr"
crossorigin=
""
/>
<link
rel=
"stylesheet"
href=
"https://unpkg.com/leaflet.markercluster@1.
4.1
/dist/MarkerCluster.Default.css"
integrity=
"sha384-5kMSQJ6S4Qj5i09mtMNrWpSi8iXw230pKU76xTmrpezGnNJQzj0NzXjQLLg+jE7k"
crossorigin=
""
/>
{% endblock head %}
</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