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