aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-21 09:06:43 -0400
committerGitHub <noreply@github.com>2021-07-21 09:06:43 -0400
commit8a2a94ae2b104dd7b6c5d975fc81a1f4d7586720 (patch)
tree45348c4cc439d27f4bc5385169a8d348c42f4526 /files/es/web/api
parent1b014244232165bf3a3f56d4b1630ec3b515adbd (diff)
downloadtranslated-content-8a2a94ae2b104dd7b6c5d975fc81a1f4d7586720.tar.gz
translated-content-8a2a94ae2b104dd7b6c5d975fc81a1f4d7586720.tar.bz2
translated-content-8a2a94ae2b104dd7b6c5d975fc81a1f4d7586720.zip
rid of fxsitecompat.com mentions (de, es) (#1635)
Part of #1634
Diffstat (limited to 'files/es/web/api')
-rw-r--r--files/es/web/api/geolocation_api/index.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/files/es/web/api/geolocation_api/index.html b/files/es/web/api/geolocation_api/index.html
index 6f54c10663..ab82a16e56 100644
--- a/files/es/web/api/geolocation_api/index.html
+++ b/files/es/web/api/geolocation_api/index.html
@@ -27,10 +27,6 @@ original_slug: WebAPI/Using_geolocation
}
</pre>
-<div class="blockIndicator note">
-<p>Nota: En Firefox 24 y versiones anteriores, <code>"geolocation" in navigator</code> siempre retornaba <code>true</code> incluso si la API se encontraba deshabilitada. Esto ha sido corregido en <a href="https://www.fxsitecompat.com/en-CA/versions/25/">Firefox 25</a> para cumplir con la especificación.  ({{bug(884921)}}).</p>
-</div>
-
<h3 id="Obtención_de_la_ubicación_actual">Obtención de la ubicación actual</h3>
<p><span lang="es"><span class="hps">Para</span> <span class="hps">obtener la ubicación</span> <span class="hps">actual del usuario</span><span>, puede llamar a</span><span class="atn hps">l método </span></span>{{domxref("window.navigator.geolocation.getCurrentPosition()","getCurrentPosition()")}}<span lang="es"><span class="hps">.</span></span></p>