fix footer menu, fix #4

This commit is contained in:
Bachir Soussi Chiadmi
2018-03-13 19:46:48 +01:00
parent 74a4f4b695
commit 76565a8b28
6 changed files with 67 additions and 34 deletions
@@ -29,9 +29,18 @@
function initEvents(){
$('body').on('on-studio-chutier-updated', function(e){
initAjaxLinks();
});
$('body')
.on('on-studio-chutier-updated', function(e){
initAjaxLinks();
})
.on('open_entree', function(e){
// e.tid available
closeAllModals();
})
.on('close_entree', function(e){
// e.tid available
closeAllModals();
});
}
// _ _ _