Skip to content

Commit

Permalink
[TYPO]
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Aug 21, 2024
1 parent 3c395ef commit 299c77d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/popup/map.fixedpopup.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ <h2>Options:</h2>
<label for="cb">hasclosebox</label>
<br />
<label>
<input name="fix" type="radio" checked onchange="popup.setFixed('viewport');" />
<input name="fix" type="radio" checked onchange="popup.setHook('viewport');" />
hook on viewport
</label>
<label>
<input name="fix" type="radio" onchange="popup.setFixed('map');" />
<input name="fix" type="radio" onchange="popup.setHook('map');" />
hook on map
</label>
</div>
Expand Down

0 comments on commit 299c77d

Please sign in to comment.