diff options
Diffstat (limited to 'files/fr/web/api/windoweventhandlers/onhashchange')
-rw-r--r-- | files/fr/web/api/windoweventhandlers/onhashchange/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/fr/web/api/windoweventhandlers/onhashchange/index.html b/files/fr/web/api/windoweventhandlers/onhashchange/index.html index bc46a7b004..1a495e5a37 100644 --- a/files/fr/web/api/windoweventhandlers/onhashchange/index.html +++ b/files/fr/web/api/windoweventhandlers/onhashchange/index.html @@ -124,6 +124,6 @@ if(!window.HashChangeEvent)(function(){ <ul> <li><a href="/fr/docs/Web/Guide/DOM/Manipuler_historique_du_navigateur">Manipuler l'historique du navigateur</a></li> - <li>Méthodes <a href="/fr/docs/Web/API/Window/history" title="DOM/window.history">history.pushState() et history.replaceState()</a></li> - <li>L'événement <a href="/fr/docs/Web/API/WindowEventHandlers/onpopstate" title="DOM/window.onpopstate">popstate</a></li> + <li>Méthodes <a href="/fr/docs/Web/API/Window/history">history.pushState() et history.replaceState()</a></li> + <li>L'événement <a href="/fr/docs/Web/API/WindowEventHandlers/onpopstate">popstate</a></li> </ul> |