master
pisouvigne 5 years ago
parent 7459fe550a
commit 7fa20c9b4e

@ -8,6 +8,12 @@ function initAllSwitch(){
checkAllSortieLogique(); checkAllSortieLogique();
layer.draw(); layer.draw();
}); });
switche.on('mouseover', function () {
document.body.style.cursor = "pointer";
});
switche.on('mouseout', function () {
document.body.style.cursor = "default";
});
}); });
} }

Loading…
Cancel
Save