|
@@ -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;
|