Skip to content

Commit

Permalink
Update lizmap-modal for BS5
Browse files Browse the repository at this point in the history
  • Loading branch information
nboisteault committed Oct 3, 2024
1 parent a172fae commit 05bb5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lizmap/modules/view/templates/map.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</p>
</div>

<div id="lizmap-modal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" data-show="false" data-keyboard="false" data-backdrop="static">
<div id="lizmap-modal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" data-bs-keyboard="false" data-bs-backdrop="static">
</div>


Expand Down

0 comments on commit 05bb5d2

Please sign in to comment.