fix footer menu, fix #4
This commit is contained in:
@@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
// _ _ _
|
||||
|
||||
Reference in New Issue
Block a user