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
3dcdad31
Commit
3dcdad31
authored
Oct 24, 2012
by
Leonidas Poulopoulos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added an informative alert to eduroam near me page. Closes #2971
parent
7973b176
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
templates/front/geolocate.html
templates/front/geolocate.html
+2
-5
No files found.
templates/front/geolocate.html
View file @
3dcdad31
{% load i18n %}
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"en"
style=
"height: 100%"
>
<html
lang=
"en"
style=
"height: 100%"
>
<head>
<head>
...
@@ -278,7 +279,7 @@ function autocomplete() {
...
@@ -278,7 +279,7 @@ function autocomplete() {
$
(
document
).
ready
(
function
()
{
$
(
document
).
ready
(
function
()
{
alert
(
"
Beware that the accuracy of your geolocation depends highly on your connection type (wired, wireless, mobile data plan)
"
);
initialize
();
initialize
();
...
@@ -312,10 +313,6 @@ function autocomplete() {
...
@@ -312,10 +313,6 @@ function autocomplete() {
<div
id=
"map_canvas"
></div>
<div
id=
"map_canvas"
></div>
</body>
</body>
</html>
</html>
...
...
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