studio chutier is updating when documents added or removed, also added remove link in document list
This commit is contained in:
@@ -23,9 +23,17 @@
|
||||
}
|
||||
|
||||
initScrollbars();
|
||||
|
||||
initEvents();
|
||||
};
|
||||
|
||||
|
||||
function initEvents(){
|
||||
$('body').on('on-studio-chutier-updated', function(e){
|
||||
initAjaxLinks();
|
||||
});
|
||||
}
|
||||
|
||||
// _ _ _
|
||||
// /_\ _ _ __| (_)___
|
||||
// / _ \ || / _` | / _ \
|
||||
@@ -345,6 +353,8 @@
|
||||
|
||||
initAjaxLinks();
|
||||
|
||||
_$body.trigger({'type':'new-content-ajax-loaded'});
|
||||
|
||||
};
|
||||
|
||||
// ___
|
||||
|
||||
Reference in New Issue
Block a user