add .gitkeep, remove js hack

This commit is contained in:
Florian Schmitt 2025-01-30 13:07:11 +03:00
parent 36d95a13ce
commit a6154d2607
2 changed files with 0 additions and 3 deletions

0
.gitkeep Normal file
View file

View file

@ -121,9 +121,6 @@ $modal = ''; // declaration d'une chaine de char vide
</style>
<script>
document.addEventListener("DOMContentLoaded", function(event) {
$('.modalbox').on('click', function() {
$(this).attr('href', $(this).attr('href')+'/iframe')
})
$('.btn-select').on('click', function() {
$(this).parent().toggleClass('selected')
if ($('.selected').length > 0) {