Skip to content

Commit

Permalink
Merge pull request #220 from Jean-BaptisteC/rm_focus
Browse files Browse the repository at this point in the history
Suppression du focus sur l'iframe assoconnect à l'ouverture de la page d'inscription
  • Loading branch information
bristow authored May 30, 2024
2 parents f1916fc + 75fb7d5 commit 4ca5cce
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions 2024/src/html/pages/inscription.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ <h4><strong>Les inscriptions seront clôturées le 20 juin à 23h59 en raison de

<iframe id="iframe_assoconnect"
src="https://openstreetmap.assoconnect.com/collect/description/404597-b-state-of-the-map-france-2024?iframe=1"
width="100%" style="overflow: hidden; border: 0; max-height: none;" scrolling="no"
onload="window.location.href='#iframe_assoconnect'"></iframe>
width="100%" style="overflow: hidden; border: 0; max-height: none;" scrolling="no">
</iframe>

<script>
window.addEventListener("message", function (event) {
Expand All @@ -28,11 +28,6 @@ <h4><strong>Les inscriptions seront clôturées le 20 juin à 23h59 en raison de
}
});
</script>
<style>
#iframe_assoconnect {
border: 0
}
</style>
<script>
window.addEventListener('message', function (event) {
if (
Expand Down

0 comments on commit 4ca5cce

Please sign in to comment.