fix(select-entries): link to modal is modalbox not modal
This commit is contained in:
parent
8e115103f3
commit
36d95a13ce
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ $modal = ''; // declaration d'une chaine de char vide
|
|||
</style>
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
$('.modal').on('click', function() {
|
||||
$('.modalbox').on('click', function() {
|
||||
$(this).attr('href', $(this).attr('href')+'/iframe')
|
||||
})
|
||||
$('.btn-select').on('click', function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue