This commit is contained in:
2019-06-04 16:51:57 +02:00
parent ee4865107c
commit 57562dd207
7 changed files with 62 additions and 12 deletions

View File

@@ -70,7 +70,7 @@ function slide() {
infiniteLoop: true,
preloadImages:'visible',
pager:false,
auto:true,
auto:true
});
@@ -78,6 +78,7 @@ function slide() {
responsive: true,
pager:true,
preloadImages:'visible',
auto:true
});
}
@@ -134,6 +135,8 @@ function mapsalles() {
var $salles = $('.fond svg path');
var $content = $('.content .content_salle');
arrayid = [];
$('.content .content_salle:not(#salle_trois_becs)').css("display", "none");
$('.fond svg path#salle_trois_becs').css("fill", "#0093a3");
$salles.on('click', function() {
var idsalle = this.id;