Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
itminedu
djnro
Commits
72df0113
Commit
72df0113
authored
Nov 19, 2015
by
Zenon Mousmoulas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update loading parameters for Google maps
parent
97c3ffd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
djnro/templates/front/index.html
djnro/templates/front/index.html
+1
-1
djnro/templates/front/world.html
djnro/templates/front/world.html
+1
-1
No files found.
djnro/templates/front/index.html
View file @
72df0113
...
...
@@ -69,7 +69,7 @@
{% block extrajs %}
<script
type=
"text/javascript"
src=
"{% static 'js/markerclusterer.js' %}"
></script>
<script
type=
"text/javascript"
src=
"https://maps.googleapis.com/maps/api/js?
sensor=false
"
></script>
<script
type=
"text/javascript"
src=
"https://maps.googleapis.com/maps/api/js?
v=3®ion={{COUNTRY_CODE}}
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/jquery.adapt_height.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/mapescape.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/home-page-map.js' %}"
></script>
...
...
djnro/templates/front/world.html
View file @
72df0113
...
...
@@ -21,7 +21,7 @@
{% block extrajs %}
<script
type=
"text/javascript"
src=
"{% static 'js/markerclusterer.js' %}"
></script>
<script
type=
"text/javascript"
src=
"https://maps.googleapis.com/maps/api/js?
sensor=false
"
></script>
<script
type=
"text/javascript"
src=
"https://maps.googleapis.com/maps/api/js?
v=3®ion={{COUNTRY_CODE}}
"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/jquery.adapt_height.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/mapescape.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'js/world-map.js' %}"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment